mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Don't show line number in replies
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
88da0f4dcf
commit
5d0afdb706
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue