@brightspace-ui/core 3.150.4 → 3.150.5

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.
@@ -109,6 +109,9 @@ class Link extends LocalizeCoreElement(FocusMixin(LitElement)) {
109
109
  font-size: 0.7rem;
110
110
  line-height: 1.05rem;
111
111
  }
112
+ :host([lines]) {
113
+ min-width: 0;
114
+ }
112
115
  a {
113
116
  display: inherit;
114
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.150.4",
3
+ "version": "3.150.5",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",