Add word wrap of text in the Outline view to avoid horizontal scrolling
This commit is contained in:
parent
1852f22aeb
commit
727505b85d
@ -975,8 +975,8 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 95%;
|
min-width: 95%;
|
||||||
height: 20px;
|
height: auto;
|
||||||
padding: 2px 0 0 10px;
|
padding: 2px 0 5px 10px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: hsla(0,0%,100%,.8);
|
color: hsla(0,0%,100%,.8);
|
||||||
@ -984,7 +984,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
-moz-user-select:none;
|
-moz-user-select:none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outlineItem > a:hover {
|
.outlineItem > a:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user