diff options
author | Reinaldo de Souza Jr <juniorz@gmail.com> | 2015-11-11 14:25:04 -0200 |
---|---|---|
committer | Reinaldo de Souza Jr <juniorz@gmail.com> | 2015-11-11 14:25:44 -0200 |
commit | e5cd25e3284b4901d9b61171acf8f03138709f26 (patch) | |
tree | 9089ecf9f1227b4d44909ad0b920d7f5d38c8da0 /web-ui/app/scss | |
parent | a8dfb9547561567813247484f18e15e7c40352b4 (diff) |
Align second line of email addresses to the beginning of the first line
Fixes #514
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_mixins.scss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 0e1edf66..1f3e618e 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -176,13 +176,25 @@ box-sizing: border-box; position: relative; - .recipients-label { + .compose-column-label { width: 5%; + display: inline-block; + } + + .compose-column-recipients { + width: 95%; + display: inline-block; + } + + .recipients-label { + width: 100%; + height: 100%; } .recipients-navigation-handler { z-index: -1; position: absolute; + top: -200px; } .twitter-typeahead { |