mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 23:16:20 +08:00
Header was 16px too narrow due to border-box and padding
This commit is contained in:
parent
5b9c1bcf59
commit
3710b01660
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
> .wrap {
|
> .wrap {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.contents {
|
.contents {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user