Fixes #39 top padding issue of containers onboarding
This commit is contained in:
parent
0a1661d32f
commit
83175a6f93
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ table {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.onboarding {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.onboarding * {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue