refactor(ui-lib): prevent c-button to shrink

This commit is contained in:
Corentin Thomasset 2023-04-20 21:01:45 +02:00
parent f080933d2a
commit 61ece2387f
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -80,6 +80,7 @@ const tag = computed(() => {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-shrink: 0;
// outline-offset: 1px; // outline-offset: 1px;
&.round { &.round {