We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e22ee54 + 727505b commit 956d5b0Copy full SHA for 956d5b0
web/viewer.css
@@ -975,16 +975,16 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
975
text-decoration: none;
976
display: inline-block;
977
min-width: 95%;
978
- height: 20px;
979
- padding: 2px 0 0 10px;
+ height: auto;
+ padding: 2px 0 5px 10px;
980
margin-bottom: 1px;
981
border-radius: 2px;
982
color: hsla(0,0%,100%,.8);
983
font-size: 13px;
984
line-height: 15px;
985
-moz-user-select:none;
986
cursor: default;
987
- white-space: nowrap;
+ white-space: normal;
988
}
989
990
.outlineItem > a:hover {
0 commit comments