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

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

Merged
merged 3 commits into from
Apr 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions res/css/views/elements/_CopyableText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
max-width: 100%;

&.mx_CopyableText_border {
width: 100%;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will apply to all copyable text in the whole app. I don't think that is what we want - we want just this part to be affected.

Copy link
Contributor Author

@EECvision EECvision Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright. I understand it now

border-radius: 5px;
border: solid 1px $light-fg-color;
margin-bottom: 10px;
Expand Down