mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Fix some textboxes refused to flex smaller than 160px
This commit is contained in:
parent
a0467b2e55
commit
8a53646188
@ -29,6 +29,7 @@ export class Et2Textbox extends Et2InputWidget(SlInput)
|
|||||||
}
|
}
|
||||||
.input__control {
|
.input__control {
|
||||||
border: none;
|
border: none;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.input:hover:not(.input--disabled) .input__control {
|
.input:hover:not(.input--disabled) .input__control {
|
||||||
color: var(--input-text-color, inherit);
|
color: var(--input-text-color, inherit);
|
||||||
|
Loading…
Reference in New Issue
Block a user