File tree 5 files changed +0
-47
lines changed
src/components/Properties
5 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -60,24 +60,6 @@ $property-ext-padding-right: 8px;
60
60
width : $property-label-min-width ;
61
61
min-width : $property-label-min-width !important ; // override multiselect
62
62
max-width : $property-label-max-width ;
63
- height : $grid-input-height-with-margin ;
64
- margin : $grid-input-margin 5px $grid-input-margin 0 !important ; // override multiselect
65
- user-select : none ;
66
- text-align : right ;
67
- background-size : 16px ;
68
- line-height : $grid-input-height-with-margin + 1px ;
69
-
70
- & ,
71
- .multiselect__input {
72
- & ::placeholder {
73
- text-align : right ;
74
- }
75
- + .multiselect__single {
76
- overflow : hidden ;
77
- white-space : nowrap ;
78
- text-overflow : ellipsis ;
79
- }
80
- }
81
63
82
64
& :not (.multiselect ) {
83
65
overflow : hidden ;
@@ -114,23 +96,6 @@ $property-ext-padding-right: 8px;
114
96
& __label .multiselect {
115
97
.multiselect__tags {
116
98
border : none !important ; // override multiselect
117
- .multiselect__single {
118
- padding-right : 24px ;
119
- background-repeat : no-repeat ;
120
- background-position : center right 4px ;
121
- }
122
- }
123
- .multiselect__content-wrapper {
124
- right : 0 ; // align right
125
- width : auto !important ; // grow bigger if content is bigger than the original 100%
126
- min-width : $property-label-max-width ; // improve readability on narrow screens
127
- }
128
- @media only screen and (max-width : 768px ) {
129
- // align left of screen on narrow views
130
- .multiselect__content-wrapper {
131
- right : auto ;
132
- left : 0 ;
133
- }
134
99
}
135
100
}
136
101
Original file line number Diff line number Diff line change @@ -205,11 +205,8 @@ export default {
205
205
width: 60px;
206
206
min-width: 60px !important;
207
207
max-width: 120px;
208
- height: 34px;
209
- margin: 3px 5px 3px 0 !important;
210
208
user-select: none;
211
209
text-align: right;
212
210
background-size: 16px;
213
- line-height: 35px;
214
211
}
215
212
</style>
Original file line number Diff line number Diff line change @@ -139,12 +139,9 @@ export default {
139
139
width: 60px;
140
140
min-width: 60px !important;
141
141
max-width: 120px;
142
- height: 34px;
143
- margin: 3px 5px 3px 0 !important;
144
142
user-select: none;
145
143
text-align: right;
146
144
background-size: 16px;
147
- line-height: 35px;
148
145
}
149
146
.property__label:not(.multiselect) {
150
147
overflow: hidden;
Original file line number Diff line number Diff line change @@ -143,12 +143,9 @@ export default {
143
143
width: 60px;
144
144
min-width: 60px !important;
145
145
max-width: 120px;
146
- height: 34px;
147
- margin: 3px 5px 3px 0 !important;
148
146
user-select: none;
149
147
text-align: right;
150
148
background-size: 16px;
151
- line-height: 35px;
152
149
}
153
150
154
151
</style>
Original file line number Diff line number Diff line change @@ -221,11 +221,8 @@ export default {
221
221
width: 60px;
222
222
min-width: 60px !important;
223
223
max-width: 120px;
224
- height: 34px;
225
- margin: 3px 5px 3px 0 !important;
226
224
user-select: none;
227
225
text-align: right;
228
226
background-size: 16px;
229
- line-height: 35px;
230
227
}
231
228
</style>
You can’t perform that action at this time.
0 commit comments