mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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 {
|
.list-rotated {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
margin-top: 10px;
|
height: 250px;
|
||||||
margin-left: 0;
|
margin-top: -90px;
|
||||||
|
margin-left: -110px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
position: relative;
|
position: relative;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.list-header .list-rotated {
|
||||||
|
|
||||||
}
|
}
|
||||||
.list-header .list-header-watch-icon {
|
.list-header .list-header-watch-icon {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue