mirror of
https://github.com/directus/directus.git
synced 2026-02-15 06:25:16 -05:00
Fix spacing of roles
This commit is contained in:
@@ -88,7 +88,7 @@ export default defineComponent({
|
||||
text: '',
|
||||
value: 'icon',
|
||||
sortable: false,
|
||||
width: 50,
|
||||
width: 42,
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
@@ -167,6 +167,7 @@ export default defineComponent({
|
||||
|
||||
.roles {
|
||||
padding: var(--content-padding);
|
||||
padding-top: 0;
|
||||
padding-bottom: var(--content-padding-bottom);
|
||||
}
|
||||
|
||||
@@ -181,7 +182,8 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.public {
|
||||
color: var(--primary);
|
||||
--v-icon-color: var(--primary);
|
||||
|
||||
color: var(--primary);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user