@quidgest/ui 0.16.25 → 0.16.27

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/ui.css CHANGED
@@ -922,6 +922,13 @@ body *::-webkit-scrollbar-track {
922
922
  z-index: 3;
923
923
  }
924
924
 
925
+ .q-button-group.q-button-group--block {
926
+ min-width: 100%;
927
+ }
928
+ .q-button-group.q-button-group--block > .q-button {
929
+ flex: 1 1 0%; /* distribute width, each button takes equal available space */
930
+ }
931
+
925
932
  .q-card {
926
933
  --card-base-padding: 1rem;
927
934
  --card-padding: 1rem;