mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Et2DateDuration: Force label not to wrap
This commit is contained in:
parent
edb81d2446
commit
12926c89e3
@ -119,7 +119,14 @@ export class Et2DateDuration extends Et2InputWidget(FormControlMixin(LitElement)
|
||||
...dateStyles,
|
||||
css`
|
||||
.form-field__group-two {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.input-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
align-items: baseline;
|
||||
gap: 1ex;
|
||||
}
|
||||
et2-select {
|
||||
color: var(--input-text-color);
|
||||
|
Loading…
Reference in New Issue
Block a user