Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Don't show line number in replies
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Jul 15, 2021
1 parent 88da0f4 commit 5d0afdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/rooms/_ReplyTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5d0afdb

Please sign in to comment.