mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Add gap inside link widgets between each component
This commit is contained in:
parent
2eb51000f0
commit
f6883c33fd
@ -32,6 +32,9 @@ export class Et2LinkEntry extends Et2InputWidget(FormControlMixin(ValidateMixin(
|
||||
:host(.hideApp) ::slotted([slot="app"]) {
|
||||
display: none;
|
||||
}
|
||||
.input-group__input {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
`
|
||||
];
|
||||
|
@ -75,6 +75,11 @@ export class Et2LinkTo extends Et2InputWidget(ScopedElementsMixin(FormControlMix
|
||||
.input-group {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.input-group__before {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
::slotted(.et2_file) {
|
||||
width: 30px;
|
||||
|
Loading…
Reference in New Issue
Block a user