Skip to content

Commit

Permalink
Merge pull request #6616 from SimonBrandner/fix/access-token-overflow
Browse files Browse the repository at this point in the history
Avoid access token overflow
  • Loading branch information
dbkr committed Aug 18, 2021
2 parents 946ae73 + 84ad1be commit 3a733d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/settings/tabs/user/_HelpUserSettingsTab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ limitations under the License.
margin-top: 10px;
padding: 10px;
width: max-content;
max-width: 100%;

.mx_HelpUserSettingsTab_copyButton {
flex-shrink: 0;
Expand Down

0 comments on commit 3a733d1

Please sign in to comment.