aboutsummaryrefslogtreecommitdiff
path: root/src/ui/c-input-text/c-input-text.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/c-input-text/c-input-text.vue')
-rw-r--r--src/ui/c-input-text/c-input-text.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/c-input-text/c-input-text.vue b/src/ui/c-input-text/c-input-text.vue
index 99afd27..513834d 100644
--- a/src/ui/c-input-text/c-input-text.vue
+++ b/src/ui/c-input-text/c-input-text.vue
@@ -199,7 +199,6 @@ const htmlInputType = computed(() => {
}
& > .label {
- flex-shrink: 0;
margin-bottom: 5px;
flex: 0 0 v-bind('labelWidth');
text-align: v-bind('labelAlign');
@@ -254,7 +253,6 @@ const htmlInputType = computed(() => {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
- background-color: transparent;
border: none;
color: v-bind('appTheme.text.baseColor');