1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

allow multi-line category name in editor

This commit is contained in:
Hiroyasu Nishiyama 2018-06-05 20:18:40 +09:00
parent 95b4c8d515
commit dcf44fed58

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;