@moneyforward/mfui-components 3.17.0 → 3.17.1
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/styles.css +6 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1936,13 +1936,13 @@
|
|
|
1936
1936
|
|
|
1937
1937
|
.mfui-jlehrW {
|
|
1938
1938
|
padding-inline: var(--mfui-spacing-mfui\.size\.padding\.container\.horizontal\.comfort);
|
|
1939
|
-
padding-block: calc(var(--mfui-spacing-mfui\.size\.padding\.container\.vertical\.comfort) - 1px);
|
|
1940
1939
|
border-block-start: 1px solid;
|
|
1941
1940
|
border-color: var(--mfui-colors-mfui\.color\.dark-accent\.border\.none);
|
|
1942
1941
|
display: flex;
|
|
1943
1942
|
align-items: center;
|
|
1944
1943
|
justify-content: flex-end;
|
|
1945
|
-
|
|
1944
|
+
padding-block-start: calc(var(--mfui-spacing-mfui\.size\.padding\.container\.vertical\.comfort) - 1px);
|
|
1945
|
+
padding-block-end: var(--mfui-spacing-mfui\.size\.padding\.container\.vertical\.comfort);
|
|
1946
1946
|
}
|
|
1947
1947
|
|
|
1948
1948
|
.mfui-cNSwbb {
|
|
@@ -2511,6 +2511,10 @@
|
|
|
2511
2511
|
max-height: 160px;
|
|
2512
2512
|
}
|
|
2513
2513
|
|
|
2514
|
+
.mfui-fhtZXM .mfui-SelectBox__listItem {
|
|
2515
|
+
white-space: nowrap;
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2514
2518
|
.mfui-fSkXNA {
|
|
2515
2519
|
overflow: hidden;
|
|
2516
2520
|
display: flex;
|