mirror of
https://github.com/directus/directus.git
synced 2026-02-18 11:41:55 -05:00
Fix inline-nature of buttons
This commit is contained in:
@@ -269,6 +269,10 @@ export default defineComponent({
|
||||
--v-button-color-hover: var(--danger);
|
||||
}
|
||||
|
||||
.v-button {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.v-button.full-width {
|
||||
display: flex;
|
||||
min-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user