fix: line height on 96 & 384
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f7c3069145
commit
711af96d29
|
@ -53,6 +53,41 @@ td.current_select div.plate_cell_inner {
|
||||||
|
|
||||||
|
|
||||||
// Styles for specific plate types:
|
// Styles for specific plate types:
|
||||||
|
.W96 {
|
||||||
|
th {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
line-height: 0px;
|
||||||
|
}
|
||||||
|
tr:first-child {
|
||||||
|
th {
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
td.current_select div.plate_cell_inner {
|
||||||
|
border: 2px solid black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.W384 {
|
||||||
|
th {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
line-height: 0px;
|
||||||
|
}
|
||||||
|
tr:first-child {
|
||||||
|
th {
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
td.current_select div.plate_cell_inner {
|
||||||
|
border: 2px solid black;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.W1536 {
|
.W1536 {
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Reference in New Issue