mirror of
https://git.sr.ht/~emersion/gamja
synced 2025-04-09 13:34:26 -04:00
components/buffer-header: fix dead space above description
This commit is contained in:
parent
7f7a7c1aac
commit
f465e24adf
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ button.danger:hover {
|
|||
grid-column: 2;
|
||||
|
||||
display: grid;
|
||||
grid-template-rows: auto auto;
|
||||
grid-template-rows: 1fr auto;
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue