mirror of https://github.com/status-im/consul.git
ui: fix padding on panel bodies to align
This commit is contained in:
parent
142db4a9e1
commit
71a654a81e
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
|
||||
.panel-body {
|
||||
padding: 0px 15px 0px 15px;
|
||||
padding: 0px 7px 0px 7px;
|
||||
p {
|
||||
font-size: 14px;
|
||||
color: $text-color;
|
||||
|
|
Loading…
Reference in New Issue