mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +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 {
|
||||
border: none;
|
||||
width: 100%;
|
||||
}
|
||||
.input:hover:not(.input--disabled) .input__control {
|
||||
color: var(--input-text-color, inherit);
|
||||
|
Loading…
Reference in New Issue
Block a user