Css padding switch up
This commit is contained in:
parent
8df5a1ae6b
commit
a0bc1481da
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
width: 350px;
|
width: 400px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: overlay
|
overflow: overlay
|
||||||
}
|
}
|
||||||
|
|
@ -50,7 +50,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tableWrap {
|
.tableWrap {
|
||||||
padding: 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue