Fixed Rainbow Overflow

This commit is contained in:
Abourass 2019-01-21 15:55:21 -07:00
parent dc04c9fa9b
commit 4ef76b95d2

View File

@ -250,8 +250,11 @@ body.theme-darkRainbow span.fancytree-active:not(.fancytree-focused) .fancytree-
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
font-size: 1.2rem;
font-size: 1.1rem;
font-weight: 400;
width: 11em;
overflow: hidden;
text-overflow: clip;
}