askbot-dragon 0.7.37 → 0.7.38
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.
package/package.json
CHANGED
|
@@ -178,6 +178,7 @@ export default {
|
|
|
178
178
|
.asset {
|
|
179
179
|
width: 100%;
|
|
180
180
|
box-sizing: border-box;
|
|
181
|
+
padding-right: 15px;
|
|
181
182
|
}
|
|
182
183
|
.asset-details {
|
|
183
184
|
width: 100%;
|
|
@@ -304,8 +305,7 @@ export default {
|
|
|
304
305
|
}
|
|
305
306
|
}
|
|
306
307
|
.description {
|
|
307
|
-
max-width:
|
|
308
|
-
flex: 0 1;
|
|
308
|
+
max-width: 95%;
|
|
309
309
|
.img-view {
|
|
310
310
|
width: 100%;
|
|
311
311
|
display: flex;
|