mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Try to show more of title of collapsed list.
Thanks to C0rn3j and xet7 ! Related #5428
This commit is contained in:
parent
cac28fde4d
commit
ec0e88ad2e
1 changed files with 6 additions and 2 deletions
|
@ -84,13 +84,17 @@
|
|||
}
|
||||
.list-rotated {
|
||||
width: 10px;
|
||||
margin-top: 10px;
|
||||
margin-left: 0;
|
||||
height: 250px;
|
||||
margin-top: -90px;
|
||||
margin-left: -110px;
|
||||
margin-right: 0;
|
||||
transform: rotate(90deg);
|
||||
position: relative;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.list-header .list-rotated {
|
||||
|
||||
}
|
||||
.list-header .list-header-watch-icon {
|
||||
padding-left: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue