We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8287fcc commit ccae204Copy full SHA for ccae204
src/apps/content-editor/src/app/views/ItemList/SetActions/SetActions.less
@@ -9,6 +9,8 @@
9
padding-bottom: 16px;
10
padding-left: 24px;
11
padding-right: 24px;
12
+ justify-content: space-between;
13
+ gap: 8px;
14
15
.I18N {
16
min-width: 200px;
@@ -47,15 +49,8 @@
47
49
color: #fff;
48
50
display: flex;
51
align-items: center;
- flex: 0;
- min-width: 16rem;
52
- justify-content: flex-start;
+ flex-basis: 275px;
53
54
- @media screen and (min-width: 1200px) {
55
- flex: 1;
56
- min-width: auto;
57
- justify-content: flex-end;
58
- }
59
a {
60
text-decoration: none;
61
}
0 commit comments