Skip to content

Commit 488d32a

Browse files
committed
Styling fix
1 parent 83002f4 commit 488d32a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

code/assets/styles-dark-theme.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,13 @@ textarea {
696696
padding:10px;
697697
}
698698

699+
#tab5-col-1 {
700+
width:10%;
701+
}
699702

703+
#tab5-col-2 {
704+
width:15%;
705+
}
700706

701707
#tab5-col-3 {
702708
width:15%;

code/assets/styles-light-theme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,14 @@ textarea {
654654
border-bottom: solid 2px gray;
655655
}
656656

657+
#tab5-col-1 {
658+
width:10%;
659+
}
660+
661+
#tab5-col-2 {
662+
width:15%;
663+
}
664+
657665
#tab5-col-3 {
658666
width:15%;
659667
backgroundColor:lightblue,

0 commit comments

Comments
 (0)