diff options
author | =Corey Hulen <corey@hulen.com> | 2015-10-20 14:50:03 -0700 |
---|---|---|
committer | =Corey Hulen <corey@hulen.com> | 2015-10-20 14:50:03 -0700 |
commit | e1f94590290bf3061fdce48b25b2e74a2c8a0853 (patch) | |
tree | b67ae40ea40f64f2e6c5a29e50b78199ed9a2c63 /web/sass-files/sass/partials/_responsive.scss | |
parent | 1fc12dd8ba2238eba7d154eee55e1381e7415372 (diff) | |
parent | e0cda76eb816da8fda9c42d67197be71201c242e (diff) | |
download | chat-e1f94590290bf3061fdce48b25b2e74a2c8a0853.tar.gz chat-e1f94590290bf3061fdce48b25b2e74a2c8a0853.tar.bz2 chat-e1f94590290bf3061fdce48b25b2e74a2c8a0853.zip |
Merge branch 'master' into PLT-44
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index c41199cac..09ac2047c 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -267,6 +267,7 @@ } } .file-details { + width: 100%; height: auto; } } @@ -697,7 +698,7 @@ .modal-image { .image-wrapper { font-size: 12px; - min-width: 280px; + min-width: 250px; .modal-close { @include opacity(1); } |