summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-17 09:30:53 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-17 09:30:53 -0400
commit2fbc92af108316c0952e4509f5e7a2a9d3305045 (patch)
tree0c0c95bae2f68fd2e2cc55acf18e26dce61905e0 /web/sass-files
parente5a38174884310a07e62bed99e10b655c5c6749f (diff)
parent5f068109a7581fb069a446b9a2680fb1c24513a9 (diff)
downloadchat-2fbc92af108316c0952e4509f5e7a2a9d3305045.tar.gz
chat-2fbc92af108316c0952e4509f5e7a2a9d3305045.tar.bz2
chat-2fbc92af108316c0952e4509f5e7a2a9d3305045.zip
Merge pull request #379 from asaadmahmoodspin/mm-1854
mm-1858 - Truncating and adding tooltips to file names
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_files.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index 65775f01e..ca06d7def 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -115,7 +115,6 @@
height: 100px;
float: left;
margin: 5px 10px 5px 0;
- display: table;
border: 1px solid lightgrey;
.post__load {
height: 100%;
@@ -137,16 +136,16 @@
}
}
.post-image__thumbnail {
- display: table-cell;
- vertical-align: top;
+ float: left;
width: 50%;
height: 100%;
cursor: zoom-in;
cursor: -webkit-zoom-in;
}
.post-image__details {
- display: table-cell;
- vertical-align: top;
+ float: left;
+ @include clearfix;
+ word-break: break-word;
width: 50%;
height: 100%;
background: white;