omnia-sass 3.5.233 → 3.5.251
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/omnia-sass.scss +1 -1
- package/package.json +2 -2
package/dist/omnia-sass.scss
CHANGED
@@ -8859,7 +8859,7 @@ $breadcrumb-height: 2.5rem;
|
|
8859
8859
|
|
8860
8860
|
@media (max-width: map-get($grid-breakpoints, 'sm')) {
|
8861
8861
|
.breadcrumb-container {
|
8862
|
-
|
8862
|
+
height: fit-content !important;
|
8863
8863
|
display: block !important;
|
8864
8864
|
.breadcrumb-page-title {
|
8865
8865
|
text-align: center;
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"uninstall": "rimraf node_modules"
|
11
11
|
},
|
12
12
|
"devDependencies": {
|
13
|
-
"@omnia-low-code/runtime-web-app": "^3.5.
|
13
|
+
"@omnia-low-code/runtime-web-app": "^3.5.251",
|
14
14
|
"scss-bundle": "3.1.2"
|
15
15
|
},
|
16
16
|
"workspaces": {
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"*@omnia-low-code/runtime-web-app*/**"
|
20
20
|
]
|
21
21
|
},
|
22
|
-
"version": "3.5.
|
22
|
+
"version": "3.5.251",
|
23
23
|
"author": "",
|
24
24
|
"license": "MIT"
|
25
25
|
}
|