benivo-ui-library 1.7.29 → 1.7.30
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/data-table.less +1 -1
- package/package.json +1 -1
package/data-table.less
CHANGED
|
@@ -276,7 +276,6 @@
|
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
> span {
|
|
279
|
-
align-self: center;
|
|
280
279
|
display: flex;
|
|
281
280
|
justify-content: space-between;
|
|
282
281
|
align-items: baseline;
|
|
@@ -287,6 +286,7 @@
|
|
|
287
286
|
}
|
|
288
287
|
|
|
289
288
|
a:not(.nav-link) {
|
|
289
|
+
align-self: center;
|
|
290
290
|
visibility: hidden;
|
|
291
291
|
display: inline-block;
|
|
292
292
|
margin-left: 150px;
|