ros.grant.common 2.0.1107 → 2.0.1108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -288,13 +288,17 @@
|
|
|
288
288
|
font-size: 12px;
|
|
289
289
|
|
|
290
290
|
.widget__content_item {
|
|
291
|
-
padding:
|
|
291
|
+
padding: 8px 0;
|
|
292
292
|
padding-bottom: 0;
|
|
293
293
|
flex-wrap: wrap;
|
|
294
294
|
|
|
295
295
|
&:last-child {
|
|
296
296
|
border-bottom: none;
|
|
297
297
|
}
|
|
298
|
+
|
|
299
|
+
svg{
|
|
300
|
+
min-width: initial;
|
|
301
|
+
}
|
|
298
302
|
}
|
|
299
303
|
|
|
300
304
|
.avatar {
|
package/package.json
CHANGED