bfg-common 1.1.30 → 1.1.32

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.
@@ -945,7 +945,7 @@ onUnmounted(() => {
945
945
  }
946
946
 
947
947
  .datagrid-table-wrapper {
948
- width: max-content;
948
+ min-width: max-content;
949
949
  display: flex;
950
950
  flex: 1 1 auto;
951
951
  min-height: 100%;
@@ -1035,14 +1035,16 @@ onUnmounted(() => {
1035
1035
  .title-column {
1036
1036
  font-weight: bold;
1037
1037
  font-size: 11px;
1038
- text-overflow: ellipsis;
1039
- white-space: nowrap;
1038
+ //text-overflow: ellipsis;
1039
+ //white-space: nowrap;
1040
1040
  }
1041
1041
 
1042
1042
  .sort-arrow-wrap {
1043
1043
  margin-left: auto;
1044
1044
  height: 14px;
1045
1045
  width: 14px;
1046
+ min-height: 14px;
1047
+ min-width: 14px;
1046
1048
  vertical-align: middle;
1047
1049
 
1048
1050
  .sort-arrow {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.1.30",
4
+ "version": "1.1.32",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",