Skip to content

Commit

Permalink
Fix layout with display: none
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatrangnet authored and rilwis committed Apr 15, 2024
1 parent 779e993 commit b22f2eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Expand Up @@ -5,6 +5,9 @@
.rwmb-field {
display: flex;
}
.rwmb-field[data-visible="visible"] {
display: flex !important;
}
.rwmb-field:not(:last-of-type) {
margin: 0 0 12px;
}
Expand Down

0 comments on commit b22f2eb

Please sign in to comment.