Fix source text boxes in View Source modal should have full width (#8425)

Nice work, thanks!
t3chguy/dedup-icons-17oct
Emmanuel 2022-04-28 09:23:15 +01:00 committed by GitHub
parent 8baa46b0dd
commit 9c397625b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -44,3 +44,7 @@ limitations under the License.
.mx_ViewSource_container {
max-width: calc(100% - 24px);
}
.mx_ViewSource_container .mx_CopyableText_border {
width: 100%;
}