halleyx-ui-framework 4.9.7 → 4.9.8
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/cjs/index.css +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/tree.scss +2 -2
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -971,9 +971,10 @@
|
|
|
971
971
|
border-radius: 7px;
|
|
972
972
|
|
|
973
973
|
.card-body {
|
|
974
|
-
display: flex;
|
|
974
|
+
display: flex;
|
|
975
975
|
justify-content: center;
|
|
976
976
|
align-items: center;
|
|
977
|
+
line-height: normal !important;
|
|
977
978
|
}
|
|
978
979
|
&:hover {
|
|
979
980
|
.grid.header {
|
|
@@ -986,7 +987,6 @@
|
|
|
986
987
|
display: flex;
|
|
987
988
|
flex-direction: row;
|
|
988
989
|
font-size: 14px;
|
|
989
|
-
font-weight: bold;
|
|
990
990
|
text-align: center;
|
|
991
991
|
padding: 0;
|
|
992
992
|
border: none;
|