Don't show line number in replies

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-15 15:38:07 +02:00
parent 88da0f4dcf
commit 5d0afdb706
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -76,6 +76,11 @@ limitations under the License.
font-size: $font-14px !important;
}
// Hide line numbers
.mx_EventTile_lineNumbers {
display: none;
}
// Hack to cut content in <pre> tags too
.mx_EventTile_pre_container > pre {
overflow: hidden;