presentation for inline link

This commit is contained in:
Stefan Pearson
2016-07-14 17:08:25 +01:00
parent 145e61b00f
commit 9fb97a6b10
4 changed files with 53 additions and 36 deletions

View File

@@ -64,16 +64,14 @@ limitations under the License.
margin-right: 95px;
}
/* all the overflow-y: hidden; are to trap Zalgos -
but they introduce an implicit overflow-x: auto.
so make that explicitly hidden too to avoid random
horizontal scrollbars occasionally appearing, like in
/* Removed hidden overflow in order to have hanging elements
in the message stream gutters. This may re-introduce
https://github.com/vector-im/vector-web/issues/1154
*/
*/
.mx_EventTile_content {
display: block;
overflow-y: hidden;
overflow-x: hidden;
/*overflow-y: hidden;
overflow-x: hidden;*/
}
/* Various markdown overrides */