dsehnal
4 роки тому
|
@@ -94,7 +94,7 @@
|
|
|
left: 18px;
|
|
|
bottom: 0;
|
|
|
right: 62px;
|
|
|
- display: grid;
|
|
|
+ display: flex;
|
|
|
}
|
|
|
> div:last-child {
|
|
|
position: absolute;
|
|
@@ -137,7 +137,7 @@
|
|
|
left: 35px;
|
|
|
bottom: 0;
|
|
|
right: 37px;
|
|
|
- display: grid;
|
|
|
+ display: flex;
|
|
|
}
|
|
|
> div:last-child {
|
|
|
position: absolute;
|
|
@@ -609,4 +609,9 @@
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+.msp-list-unstyled {
|
|
|
+ padding-left: 0;
|
|
|
+ list-style: none;
|
|
|
}
|