mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Improve typedInput label width calculation
If the label contains an img, the width calculation needs to wait for the img to be loaded. This fix is a bit hacky as it doesn't actually tie into the onload event, but should be good enough
This commit is contained in:
@@ -90,6 +90,9 @@
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
padding: 0 1px 0 5px;
|
||||
img {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.disabled):hover {
|
||||
|
Reference in New Issue
Block a user