@saooti/octopus-sdk 35.2.7 → 35.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -219,8 +219,8 @@
|
|
|
219
219
|
|
|
220
220
|
.multiselect__tags {
|
|
221
221
|
min-height: 45px;
|
|
222
|
-
display:
|
|
223
|
-
|
|
222
|
+
display: flex;
|
|
223
|
+
align-items: center;
|
|
224
224
|
border-radius: 0.3em;
|
|
225
225
|
border: 0.1rem solid #dee2e6;
|
|
226
226
|
background: #fff;
|
|
@@ -497,10 +497,6 @@
|
|
|
497
497
|
left: 1px;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
-
[dir="rtl"] .multiselect__tags {
|
|
501
|
-
padding: 8px 8px 0 40px;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
500
|
[dir="rtl"] .multiselect__content {
|
|
505
501
|
text-align: right;
|
|
506
502
|
}
|