Revert "Presentation for inline link"

This commit is contained in:
Matthew Hodgson
2016-07-15 16:54:27 +01:00
committed by GitHub
parent 80ad45df06
commit 1e963a6c3a
4 changed files with 36 additions and 51 deletions

View File

@@ -64,12 +64,16 @@ limitations under the License.
margin-right: 95px;
}
/* Removed hidden overflow in order to have hanging elements
in the message stream gutters. This may re-introduce
/* 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
https://github.com/vector-im/vector-web/issues/1154
*/
*/
.mx_EventTile_content {
display: block;
overflow-y: hidden;
overflow-x: hidden;
}
/* De-zalgoing */