Skip to content

Commit ccae204

Browse files
authored
fix: flexbox wrapping (#2328)
1 parent 8287fcc commit ccae204

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/apps/content-editor/src/app/views/ItemList/SetActions/SetActions.less

+3-8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
padding-bottom: 16px;
1010
padding-left: 24px;
1111
padding-right: 24px;
12+
justify-content: space-between;
13+
gap: 8px;
1214

1315
.I18N {
1416
min-width: 200px;
@@ -47,15 +49,8 @@
4749
color: #fff;
4850
display: flex;
4951
align-items: center;
50-
flex: 0;
51-
min-width: 16rem;
52-
justify-content: flex-start;
52+
flex-basis: 275px;
5353

54-
@media screen and (min-width: 1200px) {
55-
flex: 1;
56-
min-width: auto;
57-
justify-content: flex-end;
58-
}
5954
a {
6055
text-decoration: none;
6156
}

0 commit comments

Comments
 (0)