Skip to content

Commit

Permalink
fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 12, 2024
1 parent 9ba6073 commit 4eacb43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/blocks/file/style.scss
Expand Up @@ -5,6 +5,7 @@
.smf-file-control {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1em;
Expand Down Expand Up @@ -42,8 +43,9 @@
}

display: flex;
flex-wrap: nowrap;
flex-wrap: wrap;
align-items: center;
gap: 1em;

> * {
flex: 0 0 auto;
Expand All @@ -59,8 +61,6 @@
}

&__filename {
margin-left: 1em;

&--no-file {
display: inline-block;
}
Expand Down

0 comments on commit 4eacb43

Please sign in to comment.