mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix(settings-bar): prevent placeholder bar shrink
This commit is contained in:
parent
ec59501c00
commit
44f98d9f71
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@
|
|||
}
|
||||
}
|
||||
.placeholder-row {
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue