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

Copy Button overlapping with Copyable Text resolved. #10226

Closed
wants to merge 3 commits into from
Closed
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
Prev Previous commit
Next Next commit
Modified css for copy button and the copyable text accross the app sp…
…ecially to solve the overlapping problem in the access token div and replaced the scroll with auto
  • Loading branch information
Adesh-Pandey committed Feb 23, 2023
commit 38fb38bfc82ff9ec98c992cb38d71c8caf972f19
5 changes: 0 additions & 5 deletions res/css/views/settings/tabs/user/_HelpUserSettingsTab.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ limitations under the License.
margin-bottom: $spacing-16;
}
}

/* prevent the access token from overflowing the text box */
div .mx_CopyableText {
overflow: scroll;
}
}