Align mapping status row
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -120,7 +120,7 @@
|
|||||||
.mapping-title { @apply shrink-0; }
|
.mapping-title { @apply shrink-0; }
|
||||||
.mapping-summary .mapping-state { @apply min-w-0 flex-1 truncate bg-transparent text-center text-[10px] font-normal text-slate-300; }
|
.mapping-summary .mapping-state { @apply min-w-0 flex-1 truncate bg-transparent text-center text-[10px] font-normal text-slate-300; }
|
||||||
.mapping-summary .mapping-toggle { @apply ml-auto shrink-0; }
|
.mapping-summary .mapping-toggle { @apply ml-auto shrink-0; }
|
||||||
.mapping-details summary { @apply grid cursor-pointer grid-cols-[minmax(0,1fr)_22px] items-center px-1 py-1 list-none; }
|
.mapping-details summary { @apply grid cursor-pointer grid-cols-[auto_auto_minmax(0,1fr)_22px] items-center px-1 py-1 list-none; }
|
||||||
.mapping-details summary::-webkit-details-marker { display: none; }
|
.mapping-details summary::-webkit-details-marker { display: none; }
|
||||||
.mapping-toggle::before { content: "›"; @apply inline-block text-center text-lg leading-none text-slate-100; }
|
.mapping-toggle::before { content: "›"; @apply inline-block text-center text-lg leading-none text-slate-100; }
|
||||||
.mapping-details[open] .mapping-toggle::before { content: "⌄"; }
|
.mapping-details[open] .mapping-toggle::before { content: "⌄"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user