Fix Bug 48186

This commit is contained in:
ShimaginAndrey 2021-05-26 14:45:05 +03:00
parent 642f72f182
commit 3c05927fbc
2 changed files with 2 additions and 1 deletions

View file

@ -484,6 +484,7 @@
.row {
&, li {
margin-bottom: 12px;
padding-left: 5px;
}
}

View file

@ -2,7 +2,7 @@
.dataview {
.row {
justify-content: space-around;
justify-content: flex-start;
}
ul {