Fix typo 'overvies' -> 'overviews' (#3876)

This commit is contained in:
Feu Mourek 2019-07-26 07:49:48 +02:00 committed by Johannes Meyer
parent cee6eb1ac8
commit 4760e55786
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
// Plugin output in detail views // Plugin output in detail views
.plugin-output, .plugin-output,
// Plugin output in overvies // Plugin output in overviews
.overview-plugin-output { .overview-plugin-output {
-webkit-hyphens: auto; -webkit-hyphens: auto;
-moz-hyphens: auto; -moz-hyphens: auto;
@ -85,7 +85,7 @@
word-wrap: break-word; word-wrap: break-word;
} }
// Plugin output in overvies // Plugin output in overviews
.overview-plugin-output { .overview-plugin-output {
color: @text-color-light; color: @text-color-light;
font-family: @font-family-fixed; font-family: @font-family-fixed;