diff --git a/app/styles/components/_dropdown.scss b/app/styles/components/_dropdown.scss index 43b876101..42a6c47db 100644 --- a/app/styles/components/_dropdown.scss +++ b/app/styles/components/_dropdown.scss @@ -31,8 +31,7 @@ $dropdown-caret-color : $mid-grey !default; left: auto; display: none; // none by default, but block on "open" of the menu float: left; - min-width: 200px; - max-width: 400px; + max-width: 100vw; padding: 0; margin: 0; // override default ul list-style: none; diff --git a/app/styles/components/_github-avatar.scss b/app/styles/components/_github-avatar.scss index 6cb4a0133..a5a951bd5 100644 --- a/app/styles/components/_github-avatar.scss +++ b/app/styles/components/_github-avatar.scss @@ -1,4 +1,5 @@ $gh-block-color: $text-color; +$size: 35px; .gh-block-list { margin-bottom: 0; @@ -13,8 +14,12 @@ $gh-block-color: $text-color; } .gh-block { + width: calc(100% + #{$size}); + white-space: nowrap; + .gh-block-content { line-height: initial; + margin-right: 35px; // temp but adds space for non-existent floated avatar } .gh-avatar { @@ -42,7 +47,6 @@ $gh-block-color: $text-color; } } -$size: 35px; .gh-avatar { width: $size; diff --git a/lib/shared/addon/components/identity-block/template.hbs b/lib/shared/addon/components/identity-block/template.hbs index e724612fa..19ed620ce 100644 --- a/lib/shared/addon/components/identity-block/template.hbs +++ b/lib/shared/addon/components/identity-block/template.hbs @@ -20,7 +20,7 @@ {{/if}}