Skip to content

Commit

Permalink
no word wrap for match patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3213 authored Aug 26, 2024
1 parent 70661b1 commit 918aeb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mv2/pages/options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ body:not(.new_profile) #profile {
}

.matches {
min-height: 25px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 3px;
min-height: 25px;
}

.expand .content {
Expand All @@ -100,10 +100,11 @@ body:not(.new_profile) #profile {
}

.matches > * {
border-style: outset;
border-width: 1px;
display: grid;
grid-template-columns: 1fr auto;
white-space: nowrap;
border-width: 1px;
border-style: outset;
}

.matches > * > :first-child {
Expand Down

0 comments on commit 918aeb3

Please sign in to comment.