@appscode/design-system 2.4.22 → 2.4.24
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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
width: 100%;
|
|
8
8
|
border-radius: 4px;
|
|
9
9
|
border: 1px solid $color-border-dark;
|
|
10
|
-
padding: 6px 30px 8px
|
|
10
|
+
padding: 6px 30px 8px 15px;
|
|
11
11
|
font-size: 13px;
|
|
12
12
|
border-radius: 4px;
|
|
13
13
|
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
|
|
320
320
|
.multiselect .multiselect__tags {
|
|
321
321
|
min-height: 32px !important;
|
|
322
|
-
padding: 3px 30px 4px
|
|
322
|
+
padding: 3px 30px 4px 15px;
|
|
323
323
|
font-size: 13px;
|
|
324
324
|
display: flex;
|
|
325
325
|
align-items: center;
|
|
@@ -527,7 +527,7 @@ li {
|
|
|
527
527
|
-webkit-line-clamp: 1;
|
|
528
528
|
box-orient: vertical;
|
|
529
529
|
-webkit-box-orient: vertical;
|
|
530
|
-
top:
|
|
530
|
+
top: 1.5px;
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
|
|
@@ -20,7 +20,7 @@ const model = defineModel();
|
|
|
20
20
|
</script>
|
|
21
21
|
|
|
22
22
|
<template>
|
|
23
|
-
<div class="is-flex
|
|
23
|
+
<div class="is-flex" :class="!isRow ? 'is-flex-direction-column' : 'gap-8'" data-testid="check-radio-element">
|
|
24
24
|
<div class="ac-radio mr-16" v-for="option in options" :key="name + option.label" data-testid="check-radio-option">
|
|
25
25
|
<input
|
|
26
26
|
v-model="model"
|