make dialog buttons stick to the right if content is wider than buttons
This commit is contained in:
parent
fa76be2f9a
commit
1603193436
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
|||
padding: 0.5em;
|
||||
border-top: 1px solid var(--border);
|
||||
display: grid;
|
||||
justify-content: end;
|
||||
grid-gap: 0.5em;
|
||||
grid-template-columns: min-content;
|
||||
grid-auto-columns: min-content;
|
||||
|
|
Loading…
Add table
Reference in a new issue