Skip to content

Commit

Permalink
QA: Minor alignment issues with modern when editing a graph template
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 20, 2023
1 parent 914f187 commit 54c2af1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions include/themes/modern/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ label {
}

.odd td, .even td, .even-alternate td, .selectable td {
padding: 3px;
padding-left: 3px;
}

.even {
Expand Down Expand Up @@ -1709,12 +1709,8 @@ legend {
}

.tableRow {
line-height: 20px;
}

.tableRowGraph td {
padding: 3px 0px;
vertical-align: top;
border: 2px solid rgba(0,0,0,0);
min-height: 25px;
}

.image_table {
Expand Down Expand Up @@ -2711,5 +2707,10 @@ td.center > table {
}

.tableRowGraph {
border: 2px solid rgba(0,0,0,0);
border: 2px solid rgba(0,0,0,0);
min-height: 25px;
}

.tableRowGraph td {
padding-left: 3px;
}

0 comments on commit 54c2af1

Please sign in to comment.