mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix extra line in 515a1d37bb
This commit is contained in:
parent
515a1d37bb
commit
4808aef0e6
@ -28,8 +28,8 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
|
||||
}
|
||||
:host {
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
flex: 0 1 auto !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user