You've already forked matrix-react-sdk
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:
committed by
GitHub
parent
f4d935d88d
commit
bca9caa98e
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user