From 948f81d25f34533cf27b0c0fd909aff4c6d85f9d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 25 May 2022 12:33:27 +0000 Subject: [PATCH] Make the empty thread panel fill BaseCard (#8690) Use border-box to make maintaining the layout more intuitive. Signed-off-by: Suguru Hirahara --- res/css/views/right_panel/_ThreadPanel.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/right_panel/_ThreadPanel.scss b/res/css/views/right_panel/_ThreadPanel.scss index 7b8d4d4746..ddc30fa8d9 100644 --- a/res/css/views/right_panel/_ThreadPanel.scss +++ b/res/css/views/right_panel/_ThreadPanel.scss @@ -316,6 +316,8 @@ limitations under the License. bottom: 0; left: 0; padding: 20px; + box-sizing: border-box; // Include padding and border + width: 100%; h2 { color: $primary-content;