We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83002f4 commit 488d32aCopy full SHA for 488d32a
code/assets/styles-dark-theme.css
@@ -696,7 +696,13 @@ textarea {
696
padding:10px;
697
}
698
699
+#tab5-col-1 {
700
+ width:10%;
701
+}
702
703
+#tab5-col-2 {
704
+ width:15%;
705
706
707
#tab5-col-3 {
708
width:15%;
code/assets/styles-light-theme.css
@@ -654,6 +654,14 @@ textarea {
654
border-bottom: solid 2px gray;
655
656
657
658
659
660
+
661
662
663
664
665
666
667
backgroundColor:lightblue,
0 commit comments