luci-theme-rosy: tweak padding for tabs
Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
parent
6c83231b19
commit
5bc6ceba2f
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ form[method="post"] + form[method="post"],
|
||||||
|
|
||||||
.tabs > li {
|
.tabs > li {
|
||||||
margin-right: .8rem;
|
margin-right: .8rem;
|
||||||
padding: .5rem 4px;
|
padding: 6px 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue