indicator-ui 0.0.296 → 0.0.298
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/index.css +2 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2864,6 +2864,7 @@
|
|
|
2864
2864
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/DropdownItem/styles/DropdownItem.module.scss ***!
|
|
2865
2865
|
\*****************************************************************************************************************************************************************************************************************************************************************************/
|
|
2866
2866
|
.DropdownItem-module__dropdownItem___N8ZNV {
|
|
2867
|
+
flex: none;
|
|
2867
2868
|
height: fit-content;
|
|
2868
2869
|
gap: 6px;
|
|
2869
2870
|
transition: background-color ease-out 300ms;
|
|
@@ -4158,6 +4159,7 @@
|
|
|
4158
4159
|
\*********************************************************************************************************************************************************************************************************************************************************************/
|
|
4159
4160
|
.Dropdown-module__Dropdown___qWoW1 {
|
|
4160
4161
|
width: 100%;
|
|
4162
|
+
max-height: 600px;
|
|
4161
4163
|
height: fit-content;
|
|
4162
4164
|
border-radius: 8px;
|
|
4163
4165
|
padding: 4px;
|