Skip to content

Commit

Permalink
chore: buttons do not text wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Mar 20, 2024
1 parent 2cec16a commit 0638870
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@
}
.toolbar {
overflow-x: auto;
white-space: nowrap;
margin: 0;
padding-left: 0;
display: flex;
Expand All @@ -355,7 +354,7 @@
.toolbar > * {
margin-left: 12px;
}
.toolbar > button {
.toolbar button {
padding: 12px 16px;
}
}
Expand Down Expand Up @@ -610,4 +609,7 @@
#bottom-bar a button {
height: 30px;
}
.toolbar button {
white-space: nowrap;
}
}
6 changes: 4 additions & 2 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@
}
.toolbar {
overflow-x: auto;
white-space: nowrap;
margin: 0;
padding-left: 0;
display: flex;
Expand All @@ -355,7 +354,7 @@
.toolbar > * {
margin-left: 12px;
}
.toolbar > button {
.toolbar button {
padding: 12px 16px;
}
}
Expand Down Expand Up @@ -610,4 +609,7 @@
#bottom-bar a button {
height: 30px;
}
.toolbar button {
white-space: nowrap;
}
}

0 comments on commit 0638870

Please sign in to comment.