Enlarge clickable area for managed users dropdown button

GitOrigin-RevId: cc4a053805c740fd29ac9ecf69a80fbdcacf89ce
This commit is contained in:
Alex Bourdin 2023-08-25 13:55:06 +02:00 committed by Copybot
parent acad014cc9
commit 9f41173308

View file

@ -143,7 +143,7 @@
} }
.cell-email { .cell-email {
width: 35%; width: 34%;
} }
.cell-name { .cell-name {
@ -159,11 +159,8 @@
} }
.cell-dropdown { .cell-dropdown {
width: 5%; width: 6%;
button.dropdown-toggle { min-width: 25px;
padding-left: 0;
padding-right: 0;
}
} }
} }
@ -173,7 +170,7 @@
} }
.cell-email { .cell-email {
width: 45%; width: 43%;
} }
.cell-name { .cell-name {
@ -189,7 +186,8 @@
} }
.cell-dropdown { .cell-dropdown {
width: 3%; width: 5%;
min-width: 25px;
} }
} }
} }