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

Commit

Permalink
Fix source text boxes in View Source modal should have full width (#8425
Browse files Browse the repository at this point in the history
)

Nice work, thanks!
  • Loading branch information
EECvision authored Apr 28, 2022
1 parent 8baa46b commit 9c39762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/structures/_ViewSource.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ limitations under the License.
.mx_ViewSource_container {
max-width: calc(100% - 24px);
}

.mx_ViewSource_container .mx_CopyableText_border {
width: 100%;
}

0 comments on commit 9c39762

Please sign in to comment.