Fixed CSS wrapping header icons
This commit is contained in:
parent
c6c7e1d23d
commit
12a908cde8
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ button {
|
|||
header {
|
||||
display: grid;
|
||||
grid-area: header;
|
||||
grid-template-columns: min-content 1fr repeat(4, min-content);
|
||||
grid-template-columns: min-content 1fr repeat(5, min-content);
|
||||
align-items: center;
|
||||
padding: 8px 0px;
|
||||
color: #333c11;
|
||||
|
|
|
@ -162,7 +162,7 @@ button {
|
|||
header {
|
||||
display: grid;
|
||||
grid-area: header;
|
||||
grid-template-columns: min-content 1fr repeat(4, min-content);
|
||||
grid-template-columns: min-content 1fr repeat(5, min-content);
|
||||
align-items: center;
|
||||
padding: 8px 0px;
|
||||
color: darken(@accent_1, 35%);
|
||||
|
|
Loading…
Add table
Reference in a new issue