minor style fixes

This commit is contained in:
Alex Turchyn
2023-09-24 17:49:24 +03:00
parent 154a30b60b
commit d2edb2fb69
5 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -98,7 +98,7 @@ button[disabled] .enabled {
font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
overflow: auto;
box-sizing: border-box;
@apply border border-base-300;
@apply border border-base-300 mt-1 rounded-md;
}
.autocomplete * {
@@ -106,7 +106,7 @@ button[disabled] .enabled {
}
.autocomplete > div {
padding: 0 4px;
@apply px-2 py-1 font-normal text-sm;
}
.autocomplete .group {