mirror of https://github.com/vector-im/riot-web
Don't show line number in replies
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
88da0f4dcf
commit
5d0afdb706
|
@ -76,6 +76,11 @@ limitations under the License.
|
||||||
font-size: $font-14px !important;
|
font-size: $font-14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hide line numbers
|
||||||
|
.mx_EventTile_lineNumbers {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Hack to cut content in <pre> tags too
|
// Hack to cut content in <pre> tags too
|
||||||
.mx_EventTile_pre_container > pre {
|
.mx_EventTile_pre_container > pre {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue