Add padding the correct way
parent
63a9760b67
commit
bc259fc3a5
|
@ -180,7 +180,8 @@
|
||||||
|
|
||||||
.questionset-results button.h5p-button.qs-solutionbutton:before {
|
.questionset-results button.h5p-button.qs-solutionbutton:before {
|
||||||
font-family: 'H5PFontAwesome4';
|
font-family: 'H5PFontAwesome4';
|
||||||
content: "\f06e "; /* TODO: Use margin not whitespace, spacing is not content! */
|
padding-right: 0.5em;
|
||||||
|
content: "\f06e";
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-container {
|
.video-container {
|
||||||
|
|
Loading…
Reference in New Issue