allow multi-line category name in editor

pull/1766/head
Hiroyasu Nishiyama 2018-06-05 20:18:40 +09:00
parent 95b4c8d515
commit dcf44fed58
1 changed files with 4 additions and 5 deletions

View File

@ -90,13 +90,12 @@
text-align: left;
padding: 9px;
font-weight: bold;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 30px;
}
.palette-header > i {
margin: 3px 10px 3px 3px;
position: absolute;
left: 11px;
top: 12px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;