Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9c39762

Browse files
authored
Fix source text boxes in View Source modal should have full width (#8425)
Nice work, thanks!
1 parent 8baa46b commit 9c39762

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/structures/_ViewSource.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ limitations under the License.
4444
.mx_ViewSource_container {
4545
max-width: calc(100% - 24px);
4646
}
47+
48+
.mx_ViewSource_container .mx_CopyableText_border {
49+
width: 100%;
50+
}

0 commit comments

Comments
 (0)