mirror of https://github.com/node-red/node-red.git
Prevent horizontal scroll when palette name cannot wrap
parent
467411c6c3
commit
2cb4f6b1fc
|
@ -91,6 +91,7 @@
|
|||
padding: 9px;
|
||||
font-weight: bold;
|
||||
padding-left: 30px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.palette-header > i {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue