From 711af96d295f716357004a815daee54556b88b16 Mon Sep 17 00:00:00 2001 From: Emilia Date: Wed, 15 Jan 2025 22:24:41 -0500 Subject: [PATCH] fix: line height on 96 & 384 --- .../default_theme/components/_plates.scss | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/plate-tool-web/assets/scss/default_theme/components/_plates.scss b/plate-tool-web/assets/scss/default_theme/components/_plates.scss index a86cd26..8c9b685 100644 --- a/plate-tool-web/assets/scss/default_theme/components/_plates.scss +++ b/plate-tool-web/assets/scss/default_theme/components/_plates.scss @@ -53,6 +53,41 @@ td.current_select div.plate_cell_inner { // 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 { th {