Fix: <detail> HTML elements clickable area too wide. (#11666)
* Fix: Details element wide clickable area * LogoutDialog-test.tsx snapshot updated * Fixed open state clickable area for dropdowns * Advanced changed to advanced --------- Co-authored-by: Manan Sadana <manan.sadana@cnhteam.onmicrosoft.com> Co-authored-by: Florian Duros <florianduros@element.io>
This commit is contained in:
parent
3a025c4b21
commit
7dc40e6613
14 changed files with 56 additions and 23 deletions
|
@ -15,17 +15,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_HelpUserSettingsTab {
|
||||
code {
|
||||
word-break: break-all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
details {
|
||||
margin: $spacing-16 auto;
|
||||
|
||||
summary {
|
||||
margin-bottom: $spacing-16;
|
||||
}
|
||||
}
|
||||
.mx_HelpUserSettingsTab_accessTokenDetails {
|
||||
width: fit-content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue