From 3e7335b6d30b9dc21d16a95ceadb05e2bc14d38a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 25 May 2022 20:08:52 +0900 Subject: [PATCH] Make the empty thread panel fill BaseCard 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 7b8d4d47460..ddc30fa8d9e 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;