Skip to content

Commit

Permalink
Fix hide of dataflash element (#4076)
Browse files Browse the repository at this point in the history
  • Loading branch information
McGiverGim authored Jul 1, 2024
1 parent b7093d1 commit df1b390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ input[type="number"] {
display: none;
}
.dataflash-contents_global {
display: flex !important;
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: 0.5rem;
Expand Down

0 comments on commit df1b390

Please sign in to comment.