hds-web 1.11.4 → 1.11.5
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/package.json
CHANGED
package/src/styles/tailwind.css
CHANGED
@@ -1607,6 +1607,10 @@ select{
|
|
1607
1607
|
min-height: 443px;
|
1608
1608
|
}
|
1609
1609
|
|
1610
|
+
.min-h-\[64px\]{
|
1611
|
+
min-height: 64px;
|
1612
|
+
}
|
1613
|
+
|
1610
1614
|
.w-1\/2{
|
1611
1615
|
width: 50%;
|
1612
1616
|
}
|
@@ -1805,6 +1809,10 @@ select{
|
|
1805
1809
|
min-width: 48px;
|
1806
1810
|
}
|
1807
1811
|
|
1812
|
+
.min-w-\[64px\]{
|
1813
|
+
min-width: 64px;
|
1814
|
+
}
|
1815
|
+
|
1808
1816
|
.min-w-\[72px\]{
|
1809
1817
|
min-width: 72px;
|
1810
1818
|
}
|