Correctly position tooltips relative to parent element.
This commit is contained in:
@@ -15,15 +15,14 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_MImageBody {
|
||||
display: block;
|
||||
margin-right: 34px;
|
||||
display: block;
|
||||
margin-right: 34px;
|
||||
}
|
||||
|
||||
.mx_MImageBody_thumbnail {
|
||||
max-width: 100%;
|
||||
/*
|
||||
background-color: $primary-bg-color;
|
||||
border: 2px solid $primary-bg-color;
|
||||
border-radius: 1px;
|
||||
*/
|
||||
.mx_MImageBody_thumbnail_container {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
img.mx_MImageBody_thumbnail {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@@ -49,5 +49,6 @@ limitations under the License.
|
||||
line-height: 14px;
|
||||
font-size: 13px;
|
||||
color: $primary-fg-color;
|
||||
max-width: 600px;
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user