summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_signup.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-05 12:29:28 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-05 12:29:28 -0400
commit201d165ed9552a39667eb997d381f893f1b12446 (patch)
tree176fdf85beb1b1ab9deff99fe2c011911c75cfdf /web/sass-files/sass/partials/_signup.scss
parent7692e67728cc471a5ac8903a859eba9d82c6429e (diff)
parenta2d26be5df2e4b3f73176044d92c923bb3899798 (diff)
downloadchat-201d165ed9552a39667eb997d381f893f1b12446.tar.gz
chat-201d165ed9552a39667eb997d381f893f1b12446.tar.bz2
chat-201d165ed9552a39667eb997d381f893f1b12446.zip
Merge pull request #342 from mattermost/release-0.6.0
Release 0.6.0
Diffstat (limited to 'web/sass-files/sass/partials/_signup.scss')
-rw-r--r--web/sass-files/sass/partials/_signup.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss
index 4b6ee79a1..3a6f73316 100644
--- a/web/sass-files/sass/partials/_signup.scss
+++ b/web/sass-files/sass/partials/_signup.scss
@@ -54,6 +54,28 @@
margin-bottom: 1em;
}
+ .input-group {
+ &.input-group--limit {
+ table-layout: fixed;
+ width: 100%;
+ .tooltip-inner {
+ word-wrap: break-word;
+ }
+ .form-control {
+ text-align: left;
+ display: table-cell;
+ width: 100%;
+ }
+ .input-group-addon {
+ text-align: left;
+ width: 50%;
+ display: table-cell;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ }
+ }
+
.inner__content {
padding: 0 15px;
margin: 30px 0 20px;