fix: Broken styles (#9046)

This commit is contained in:
Sivin Varghese
2024-03-01 13:06:33 +05:30
committed by GitHub
parent 7c5c88b17a
commit 9581264286
6 changed files with 19 additions and 5 deletions

View File

@@ -29,6 +29,12 @@ hr {
@apply clear-both max-w-full h-0 my-5 mx-0 border-slate-300 dark:border-slate-600;
}
ul,
ol,
dl {
@apply mb-2 list-disc list-outside leading-[1.65];
}
// Form elements
label {
@apply text-slate-800 dark:text-slate-200 block m-0 leading-7 text-sm font-medium;

View File

@@ -7,7 +7,7 @@
}
.tabs {
@apply border-r-0 border-l-0 border-t-0 flex min-w-[6.25rem] py-0 px-4;
@apply border-r-0 border-l-0 border-t-0 flex min-w-[6.25rem] py-0 px-4 list-none mb-0;
}
.tabs--with-scroll {