@rovula/ui 0.1.41 → 0.1.42

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.
@@ -1307,6 +1307,9 @@ input[type=number] {
1307
1307
  .max-w-md{
1308
1308
  max-width: 28rem;
1309
1309
  }
1310
+ .max-w-sm{
1311
+ max-width: 24rem;
1312
+ }
1310
1313
  .flex-1{
1311
1314
  flex: 1 1 0%;
1312
1315
  }