Don't show line number in replies
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user