Prevent horizontal scroll when palette name cannot wrap

This commit is contained in:
Nick O'Leary 2018-06-25 13:54:34 +01:00
parent 467411c6c3
commit 2cb4f6b1fc
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@
padding: 9px;
font-weight: bold;
padding-left: 30px;
overflow: hidden;
}
.palette-header > i {
position: absolute;