mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix "pading-right" [sic] typo in dashboard.css; fixes #12455
This commit is contained in:
parent
e430675d14
commit
2c6b099f91
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ body {
|
|||
@media (min-width: 768px) {
|
||||
.main {
|
||||
padding-left: 40px;
|
||||
pading-right: 40px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
}
|
||||
.main .page-header {
|
||||
|
|
Loading…
Reference in a new issue