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

Stop access token overflowing the box #10069

Merged
merged 33 commits into from
Feb 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c1811f4
#24023 Update _HelpUserSettingsTab.pcss
sbjaj33 Feb 2, 2023
8b2fc74
Fix for Access token overflows the box Issue
sbjaj33 Feb 3, 2023
4835ba5
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 3, 2023
92dc195
Update _HelpUserSettingsTab.pcss
sbjaj33 Feb 3, 2023
d03e260
Merge branch 'sbjaj33/Issue24023' of https://github.com/sbjaj33/matri…
sbjaj33 Feb 3, 2023
003067e
Update _HelpUserSettingsTab.pcss
sbjaj33 Feb 4, 2023
5a0f7d9
Update _HelpUserSettingsTab.pcss
sbjaj33 Feb 4, 2023
c7a27a7
Update _HelpUserSettingsTab.pcss
sbjaj33 Feb 5, 2023
88dc9bd
Fix issue which caused the access token to overflow the box #10069
sbjaj33 Feb 6, 2023
3e941b8
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 6, 2023
209ff28
Fix issue which caused the access token to overflow the box #10069
sbjaj33 Feb 8, 2023
d66acd8
Merge branch 'sbjaj33/Issue24023' of https://github.com/sbjaj33/matri…
sbjaj33 Feb 8, 2023
38d3edd
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 8, 2023
d481104
Merge branch 'sbjaj33/Issue24023' of https://github.com/sbjaj33/matri…
sbjaj33 Feb 8, 2023
5419d66
Fix issue which caused the access token to overflow the box #10069
sbjaj33 Feb 8, 2023
357f674
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 8, 2023
a2923df
Stop access token overflowing the box
sbjaj33 Feb 9, 2023
3b5567c
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 9, 2023
ab37188
Stop access token overflowing the box
sbjaj33 Feb 9, 2023
7471211
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 9, 2023
fca6f59
Ran prettier again on file
sbjaj33 Feb 9, 2023
734a14c
Update res/css/views/settings/tabs/user/_HelpUserSettingsTab.pcss
richvdh Feb 9, 2023
b7e864a
making copy button sticky
sbjaj33 Feb 11, 2023
5c21244
Merge branch 'sbjaj33/Issue24023' of https://github.com/sbjaj33/matri…
sbjaj33 Feb 11, 2023
b1357e3
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 11, 2023
0c137d2
adding comment
sbjaj33 Feb 11, 2023
8421fe7
Update res/css/views/settings/tabs/_SettingsTab.pcss
sbjaj33 Feb 13, 2023
ff5646d
Make copy button stick to the right while scrolling
sbjaj33 Feb 13, 2023
8da7ceb
Make copy button stick to the right while scrolling
sbjaj33 Feb 19, 2023
7e1ef15
Merge branch 'develop' into sbjaj33/Issue24023
sbjaj33 Feb 19, 2023
9219a1f
Update res/css/views/elements/_CopyableText.pcss
richvdh Feb 21, 2023
472b7f1
Update _CopyableText.pcss
richvdh Feb 21, 2023
0490fac
Merge branch 'develop' into sbjaj33/Issue24023
richvdh Feb 21, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ limitations under the License.
}

.mx_CopyableText {
sbjaj33 marked this conversation as resolved.
Show resolved Hide resolved
overflow: scroll;
overflow-x: scroll;
overflow-y: scroll;
}