mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-25 06:45:10 +00:00
Padding fix
This commit is contained in:
parent
417807504a
commit
df5aa7372a
1 changed files with 8 additions and 0 deletions
|
@ -617,3 +617,11 @@ button.toggle-button.active {
|
||||||
.header__mode .ng-toggle-wrap {
|
.header__mode .ng-toggle-wrap {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.log:first-child .log__item {
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.log:last-child .log__item {
|
||||||
|
padding-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue