Make the empty thread panel fill BaseCard (#8690)

Use border-box to make maintaining the layout more intuitive.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
pull/28788/head^2
Suguru Hirahara 2022-05-25 12:33:27 +00:00 committed by GitHub
parent e69ba24f96
commit 948f81d25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;