diff --git a/package.json b/package.json index dcb3d2269a..c64a0b38d6 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "planet", "license": "AGPL-3.0", - "version": "0.16.34", + "version": "0.16.35", "myplanet": { "latest": "v0.21.62", "min": "v0.20.62" diff --git a/src/app/resources/resources.scss b/src/app/resources/resources.scss index 1de20c3419..5e803920cf 100644 --- a/src/app/resources/resources.scss +++ b/src/app/resources/resources.scss @@ -44,6 +44,19 @@ $label-height: 1rem; } } +.list-content-menu { + &.list-content-menu-auto { + .header { + word-break: break-word; + max-width: 100%; + + a { + display: inline-block; + } + } + } +} + .ellipsis-menu { text-align: center; }