Stop access token overflowing the box (#10069)
Use a scrollable div for the access token to stop it overflowing.
This commit is contained in:
@@ -28,4 +28,9 @@ limitations under the License.
|
||||
margin-bottom: $spacing-16;
|
||||
}
|
||||
}
|
||||
|
||||
/* prevent the access token from overflowing the text box */
|
||||
div .mx_CopyableText {
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user