mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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,
|
...dateStyles,
|
||||||
css`
|
css`
|
||||||
.form-field__group-two {
|
.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 {
|
et2-select {
|
||||||
color: var(--input-text-color);
|
color: var(--input-text-color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user