From 3fe3591593ff94f96b09c3d8a06036583afb2da3 Mon Sep 17 00:00:00 2001 From: Terry-Price Date: Wed, 2 Nov 2022 08:53:43 +0000 Subject: [PATCH] feature/ judgment tables basic styling applied basic table style to judgment body applied basic table style to judgment body --- .../sass/includes/_judgment_text.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ds_judgements_public_ui/sass/includes/_judgment_text.scss b/ds_judgements_public_ui/sass/includes/_judgment_text.scss index 16c2f6221..d88ff7378 100644 --- a/ds_judgements_public_ui/sass/includes/_judgment_text.scss +++ b/ds_judgements_public_ui/sass/includes/_judgment_text.scss @@ -205,6 +205,17 @@ .judgment-body { + table { + border: 1px solid $color__almost-black; + margin: 1rem auto; + table-layout: auto; + width: 100%; + + td { + border: 1px solid $color__almost-black; + } + } + h3 { font-size: 1rem; }