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