diff options
author | 2023-04-20 21:01:45 +0200 | |
---|---|---|
committer | 2023-04-20 21:03:20 +0200 | |
commit | 61ece2387f7061d67177ee41c35db572ffeb84a7 (patch) | |
tree | 5dbd0c002bf6daa4de2466e93f9deb19b18bd340 | |
parent | f080933d2a6f03ef54d40b57175a1bea276df675 (diff) | |
download | it-tools-61ece2387f7061d67177ee41c35db572ffeb84a7.tar.gz it-tools-61ece2387f7061d67177ee41c35db572ffeb84a7.tar.zst it-tools-61ece2387f7061d67177ee41c35db572ffeb84a7.zip |
refactor(ui-lib): prevent c-button to shrink
-rw-r--r-- | src/ui/c-button/c-button.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/c-button/c-button.vue b/src/ui/c-button/c-button.vue index a179cc2..f52a069 100644 --- a/src/ui/c-button/c-button.vue +++ b/src/ui/c-button/c-button.vue @@ -80,6 +80,7 @@ const tag = computed(() => { flex-direction: row; align-items: center; justify-content: center; + flex-shrink: 0; // outline-offset: 1px; &.round { |