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 14:33:27 +02:00
committed by GitHub
parent e69ba24f96
commit 948f81d25f
@@ -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;