Skip to content

Commit

Permalink
fix tiny width explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl committed Mar 23, 2023
1 parent e1fb310 commit ef616d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pre {

.editor-sidebar .filemenu {
direction: ltr;
width: 100%;
width: 100% !important;
margin: 0;
margin-top: 1rem;
}
Expand Down Expand Up @@ -2646,4 +2646,4 @@ select.ui.dropdown {

.palette-picker-label {
margin-right: 0.5rem;
}
}

0 comments on commit ef616d3

Please sign in to comment.