Fix Bug 48186
This commit is contained in:
parent
642f72f182
commit
3c05927fbc
|
@ -484,6 +484,7 @@
|
|||
.row {
|
||||
&, li {
|
||||
margin-bottom: 12px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.dataview {
|
||||
.row {
|
||||
justify-content: space-around;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in a new issue