mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add min-width/height=0 to flex content to fix behavior in Firefox.
This commit is contained in:
parent
08603cacec
commit
13fbeba20f
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ textarea {
|
||||||
.flex-fill {
|
.flex-fill {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
min-width: 0;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
.highlight {
|
.highlight {
|
||||||
background: yellow;
|
background: yellow;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue