@knime/hub-features 1.5.0 → 1.5.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @knime/hub-features
2
2
 
3
+ ## 1.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3f6c9c5: Fix VersionItem content width
8
+
3
9
  ## 1.5.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/hub-features",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Vue components & composables for shared hub features",
5
5
  "homepage": "https://knime.github.io/webapps-common/",
6
6
  "license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
@@ -146,7 +146,6 @@ const onLabelLeave = () => {
146
146
  position: relative;
147
147
  background-color: var(--knime-white);
148
148
  display: flex;
149
- justify-content: space-between;
150
149
  align-items: center;
151
150
  align-items: stretch;
152
151
  padding: 10px;
@@ -155,6 +154,8 @@ const onLabelLeave = () => {
155
154
 
156
155
  & .tooltip {
157
156
  display: flex;
157
+ justify-content: space-between;
158
+ width: 100%;
158
159
  }
159
160
 
160
161
  & p {