From 3372a5ad4b6579da8d73ab27ed90b13177a852e1 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Thu, 18 Apr 2019 15:58:27 -0700 Subject: [PATCH] Fix hygiene issues in textCell.css (#5116) --- .../parts/notebook/cellViews/textCell.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/sql/workbench/parts/notebook/cellViews/textCell.css b/src/sql/workbench/parts/notebook/cellViews/textCell.css index b49b743902..4e25754887 100644 --- a/src/sql/workbench/parts/notebook/cellViews/textCell.css +++ b/src/sql/workbench/parts/notebook/cellViews/textCell.css @@ -27,15 +27,15 @@ text-cell-component table { margin-right: auto; margin-bottom: 1em; display: table-row; - } +} - text-cell-component thead { +text-cell-component thead { vertical-align: bottom; - } +} - text-cell-component td, - text-cell-component th, - text-cell-component tr { +text-cell-component td, +text-cell-component th, +text-cell-component tr { text-align: left; vertical-align: middle; padding: 0.5em 0.5em; @@ -43,8 +43,8 @@ text-cell-component table { white-space: normal; max-width: none; border: none; - } +} - text-cell-component th { +text-cell-component th { font-weight: bold; - } \ No newline at end of file +} \ No newline at end of file