mirror of https://github.com/vector-im/riot-web
Avoid access token overflow
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
65eedd00b0
commit
84ad1bec6c
|
@ -36,6 +36,7 @@ limitations under the License.
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
.mx_HelpUserSettingsTab_copyButton {
|
.mx_HelpUserSettingsTab_copyButton {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
Loading…
Reference in New Issue