fix(app): alignment and padding in dialogs (#10866)
This commit is contained in:
parent
9424f829eb
commit
36df0d823a
5 changed files with 6 additions and 7 deletions
|
|
@ -187,7 +187,7 @@
|
|||
[data-slot="list-header"] {
|
||||
display: flex;
|
||||
z-index: 10;
|
||||
padding: 8px 12px 8px 12px;
|
||||
padding: 8px 12px 8px 8px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
align-self: stretch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue