@smwb/ui-styles 1.0.3 → 1.0.4
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.
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
.smwb-appbar {
|
|
2
|
+
// Include the horizontal padding in the width: with `min-width: 100%` and
|
|
3
|
+
// content-box sizing the bar would be viewport + 2*padding wide, spilling off
|
|
4
|
+
// the right edge (clipping right-aligned content) and forcing a horizontal
|
|
5
|
+
// scrollbar.
|
|
6
|
+
box-sizing: border-box;
|
|
2
7
|
padding: 0 @appBarPaddingX;
|
|
3
8
|
display: flex;
|
|
4
9
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smwb/ui-styles",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Framework-agnostic LESS design tokens and component styles (smwb-*) shared by the @smwb UI libraries. Prebuilt aggregate CSS lives in @smwb/ui-css.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sideEffects": [
|