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>
This commit is contained in:
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

View file

@ -316,6 +316,8 @@ limitations under the License.
bottom: 0; bottom: 0;
left: 0; left: 0;
padding: 20px; padding: 20px;
box-sizing: border-box; // Include padding and border
width: 100%;
h2 { h2 {
color: $primary-content; color: $primary-content;