ode-csslib 4.0.11 → 4.0.12

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/dist/version.txt CHANGED
@@ -1 +1 @@
1
- entcore-css-lib=4.0.11 03/05/2023 13:08:19
1
+ entcore-css-lib=4.0.12 04/05/2023 15:57:05
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "description": "Open Digital Education Legacy CSS framework",
5
5
  "scripts": {
6
6
  "copy-fonts": "cpr node_modules/entcore-generic-icons/fonts/ assets/fonts/generic-icons/ -o",
@@ -1517,6 +1517,7 @@ body.crre {
1517
1517
  display: -webkit-box;
1518
1518
  -webkit-line-clamp: 2;
1519
1519
  -webkit-box-orient: vertical;
1520
+ white-space: normal;
1520
1521
  }
1521
1522
 
1522
1523
  .basketTruncate {
@@ -239,9 +239,15 @@
239
239
  }
240
240
  }
241
241
 
242
- .addQuestion {
243
- text-align: right;
244
- padding: 1%;
242
+ .bottom-buttons {
243
+ display: flex;
244
+ flex-direction: row;
245
+ padding: 8px 16px;
246
+
247
+ .addQuestion {
248
+ text-align: right;
249
+ align-self: center;
250
+ }
245
251
  }
246
252
  }
247
253
  }