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

View File

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