mirror of
https://github.com/directus/directus.git
synced 2026-02-19 08:44:23 -05:00
Small tweaks, large benefits (#404)
* Add 160px bottom padding to all pages * Force header column to have 24px min width * Allow resizing of last column in v-table * Fix table row unwanted spacing + offset 2px * Add divider to end of drawer detail * Add down chevron on project chooser hover * Add support for color accented modules * Use yellow header icon in settings * Add link to collections module browse icon * Dont show all items selected on load v-table * Add prepend / append slot to v-checkbox * Add drag handles to field setup settings in tabular * Fix loading state in table * Show all resize handles on hover * Lose breadcrumb in collections module, show singleton title * Wrap activity icon, render textarea full width * Dont render comments section on batch * Allow input to shrink for slots * Fix cursor on v-selects * Prevent input usage when they have click events * Fix margin on divider in fields-management * Fix drag handles on field selects * Fix button / divider spacing * Remove support for divider inset * Fix test warning * Fix table-row test * Fix codesmell * Fix missing scope attr
This commit is contained in:
@@ -239,6 +239,7 @@ export default defineComponent({
|
||||
|
||||
min-width: 60px;
|
||||
padding: 0 12px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
&.small {
|
||||
|
||||
Reference in New Issue
Block a user