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 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;
|
||||||
|
|
Loading…
Reference in New Issue