Prevent TypedInput label overflowing element

Also adds title attribute to the button for the label so it gets a tooltip
This commit is contained in:
Nick O'Leary
2021-04-19 15:28:17 +01:00
parent 233a74c146
commit 9eb668ab30
2 changed files with 7 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
margin: 0;
vertical-align: middle;
box-sizing: border-box;
overflow:visible;
overflow: hidden;
position: relative;
&[disabled] {
input, button {
@@ -33,7 +33,7 @@
cursor: not-allowed;
}
}
.red-ui-typedInput-input-wrap {
flex-grow: 1;
}