Use a non-breakable space to give height.

This commit is contained in:
Paulo Reis 2017-11-27 17:12:14 +00:00
parent e94cef12b7
commit b66e28df19

View file

@ -1,9 +1,8 @@
.fake-full-width-bg(@bg-color) {
&::before {
content: '';
content: '\00a0';
position: absolute;
width: 100%;
height: 100%;
right: 100%;
background-color: @bg-color;
}