We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53706d7 commit 17c723cCopy full SHA for 17c723c
src/components/TeamManagement/TeamManagement.scss
@@ -257,12 +257,20 @@
257
background: white;
258
min-width: 300px;
259
260
+ .Tooltip {
261
+ align-items: center;
262
+ display: flex;
263
+ }
264
+
265
.member-role {
266
267
268
padding: $base-unit $base-unit*2;
269
@include roboto;
270
color: $tc-gray-70;
271
font-size: $tc-label-xs;
272
cursor: pointer;
273
+ text-align: center;
274
}
275
276
.member-role.active {
0 commit comments