@eturnity/eturnity_reusable_components 1.1.97 → 1.1.98
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
|
@@ -218,6 +218,7 @@ const ComponentItem = styled("td", ItemAttrs)`
|
|
|
218
218
|
&.table-dropdown-item {
|
|
219
219
|
background-clip: content-box;
|
|
220
220
|
padding: 8px 0 7px 0 !important;
|
|
221
|
+
vertical-align: middle;
|
|
221
222
|
|
|
222
223
|
@media not all and (min-resolution: 0.001dpcm) {
|
|
223
224
|
@supports (-webkit-appearance: none) {
|