benivo-ui-library 1.8.12 → 1.8.13

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,3 +1,5 @@
1
+ @menu-width: 280px;
2
+
1
3
  .assignment-option {
2
4
  position: relative;
3
5
  padding: 10px 0;
@@ -194,11 +196,13 @@
194
196
  }
195
197
 
196
198
  .form-select__menu:has(> .assignment-select-box-custom-menu){
199
+ --menu-width: @menu-width;
200
+
197
201
  width: 100%;
198
202
  right: 0;
199
203
 
200
204
  @media @lg {
201
- width: 280px;
205
+ width: var(--menu-width, @menu-width);
202
206
  }
203
207
  }
204
208