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

Commit

Permalink
Modified css for copy button and the copyable text accross the app sp…
Browse files Browse the repository at this point in the history
…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
1 parent 00a7ac6 commit 38fb38b
Showing 1 changed file with 0 additions and 5 deletions.
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;
}
}

0 comments on commit 38fb38b

Please sign in to comment.