1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Settings toggle to disable Composer Markdown (#8358)

This commit is contained in:
Janne Mareike Koschinski
2022-04-19 15:53:59 +02:00
committed by GitHub
parent f4d935d88d
commit bca9caa98e
12 changed files with 260 additions and 98 deletions

View File

@@ -41,4 +41,10 @@ limitations under the License.
font-size: $font-12px;
line-height: $font-15px;
color: $secondary-content;
// Support code/pre elements in settings flag descriptions
pre, code {
font-family: $monospace-font-family !important;
background-color: $rte-code-bg-color;
}
}