Fix typo 'overvies' -> 'overviews' (#3876)
This commit is contained in:
parent
cee6eb1ac8
commit
4760e55786
|
@ -74,7 +74,7 @@
|
|||
|
||||
// Plugin output in detail views
|
||||
.plugin-output,
|
||||
// Plugin output in overvies
|
||||
// Plugin output in overviews
|
||||
.overview-plugin-output {
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
|
@ -85,7 +85,7 @@
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
// Plugin output in overvies
|
||||
// Plugin output in overviews
|
||||
.overview-plugin-output {
|
||||
color: @text-color-light;
|
||||
font-family: @font-family-fixed;
|
||||
|
|
Loading…
Reference in New Issue