Add padding the correct way

Fix-translations
Paal Joergensen 2018-04-25 09:40:10 +02:00
parent 63a9760b67
commit bc259fc3a5
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@
.questionset-results button.h5p-button.qs-solutionbutton:before {
font-family: 'H5PFontAwesome4';
content: "\f06e "; /* TODO: Use margin not whitespace, spacing is not content! */
padding-right: 0.5em;
content: "\f06e";
}
.video-container {