Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 948f81d

Browse files
authored
Make the empty thread panel fill BaseCard (#8690)
Use border-box to make maintaining the layout more intuitive. Signed-off-by: Suguru Hirahara <[email protected]>
1 parent e69ba24 commit 948f81d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/right_panel/_ThreadPanel.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ limitations under the License.
316316
bottom: 0;
317317
left: 0;
318318
padding: 20px;
319+
box-sizing: border-box; // Include padding and border
320+
width: 100%;
319321

320322
h2 {
321323
color: $primary-content;

0 commit comments

Comments
 (0)