You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix source text boxes in View Source modal should have full width (#8425)
Nice work, thanks!
This commit is contained in:
@ -44,3 +44,7 @@ limitations under the License.
|
||||
.mx_ViewSource_container {
|
||||
max-width: calc(100% - 24px);
|
||||
}
|
||||
|
||||
.mx_ViewSource_container .mx_CopyableText_border {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user