We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16f69f commit ceabd2dCopy full SHA for ceabd2d
priv/static/app.css
@@ -889,10 +889,6 @@ select {
889
width: 7rem;
890
}
891
892
-.w-32 {
893
- width: 8rem;
894
-}
895
-
896
.w-5 {
897
width: 1.25rem;
898
@@ -913,8 +909,8 @@ select {
913
909
grid-template-columns: repeat(1, minmax(0, 1fr));
914
910
915
911
916
-.grid-cols-4 {
917
- grid-template-columns: repeat(4, minmax(0, 1fr));
912
+.grid-cols-2 {
+ grid-template-columns: repeat(2, minmax(0, 1fr));
918
919
920
.flex-col {
0 commit comments