Skip to content

Commit

Permalink
[Separate route] stops formatting buttons from wrapping and re-introd…
Browse files Browse the repository at this point in the history
…uces scrolling for them.
  • Loading branch information
bdharrington7 committed Sep 12, 2016
1 parent f691b50 commit 12668ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/less/composer.less
Expand Up @@ -354,6 +354,8 @@ html.composing {
}

.formatting-group {
overflow-x: scroll;

This comment has been minimized.

Copy link
@BenLubar

BenLubar Sep 16, 2016

Contributor

😕

This comment has been minimized.

Copy link
@boomzillawtf

boomzillawtf Sep 16, 2016

Yikes! Now there's always a scroll bar in the composer.

This comment has been minimized.

Copy link
@barisusakli

barisusakli Sep 16, 2016

Member

Yeah that's a regression.

This comment has been minimized.

Copy link
@bdharrington7

bdharrington7 via email Sep 17, 2016

Author Contributor

This comment has been minimized.

Copy link
@barisusakli

barisusakli Sep 17, 2016

Member

image

Is what I get on chrome desktop.

This comment has been minimized.

Copy link
@barisusakli

barisusakli Sep 17, 2016

Member

This comment has been minimized.

Copy link
@boomzillawtf

boomzillawtf Sep 17, 2016

It should be an easy enough fix: overflow-x:auto

This comment has been minimized.

Copy link
@barisusakli

barisusakli Sep 17, 2016

Member

I just did that 😆 eeb9ce0

white-space: nowrap;
display: inline-block;
list-style: none;
padding: 0;
Expand Down Expand Up @@ -460,6 +462,12 @@ html.composing {
.composer {
width: 100%;
padding-top: 0;
.formatting-bar {
.formatting-group {
display: block;
}

}
}

.resizer {
Expand Down

0 comments on commit 12668ae

Please sign in to comment.