Commit 2c6b099f authored by Chris Rebert's avatar Chris Rebert

fix "pading-right" [sic] typo in dashboard.css; fixes #12455

parent e430675d
...@@ -66,7 +66,7 @@ body { ...@@ -66,7 +66,7 @@ body {
@media (min-width: 768px) { @media (min-width: 768px) {
.main { .main {
padding-left: 40px; padding-left: 40px;
pading-right: 40px; padding-right: 40px;
} }
} }
.main .page-header { .main .page-header {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment