@asd20/ui 3.2.368 → 3.2.369

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.368",
8
+ "version": "3.2.369",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -211,6 +211,11 @@ export default {
211
211
  .logoContainer {
212
212
  display: flex;
213
213
  justify-content: space-between;
214
+ .asd20-logo {
215
+ &::v-deep .asd20-logo__title {
216
+ max-width: 100%;
217
+ }
218
+ }
214
219
  img {
215
220
  // margin-top: space(-1);
216
221
  margin-left: space(1);