ode-csslib 4.1.2-develop-b2school.202309041451 → 4.1.2

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.1-develop-b2school-SNAPSHOT 04/09/2023 14:52:03
1
+ entcore-css-lib=4.1.2 11/09/2023 15:24:20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib",
3
- "version": "4.1.2-develop-b2school.202309041451",
3
+ "version": "4.1.2",
4
4
  "description": "Open Digital Education Legacy CSS framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -263,6 +263,7 @@ div:not(.simple-notifications) > .notification {
263
263
  display: flex;
264
264
  flex-direction: column;
265
265
  justify-content: center;
266
+ overflow-x: hidden;
266
267
  i {
267
268
  margin-right: 10px;
268
269
  color: $darkest-grey;