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:
parent
e69ba24f96
commit
948f81d25f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue