Fix tab visuals in Firefox
The rendering of the tabs would not include the spacer in Firefox for if the width was not set for some reason.
This commit is contained in:
parent
5d4cdb7b83
commit
7314b26c77
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,6 @@ nav {
|
|||
}
|
||||
.tab {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.tab.active {
|
||||
padding-block-start: 1px;
|
||||
|
@ -65,6 +64,7 @@ nav {
|
|||
}
|
||||
.tab .spacer {
|
||||
flex: 1 0 0.75rem;
|
||||
width: 0.75rem;
|
||||
}
|
||||
.tab .flap,
|
||||
.tab .spacer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue