22 lines
262 B
CSS
22 lines
262 B
CSS
|
|
table {
|
|
column-width: auto;
|
|
color: lightgrey;
|
|
width: fit-content;
|
|
}
|
|
|
|
button {
|
|
/*width: max-content;*/
|
|
width: 80px;
|
|
}
|
|
|
|
.tdSignUp {
|
|
max-width: 400px;
|
|
width: fit-content;
|
|
}
|
|
|
|
|
|
.tdRole {
|
|
max-width: 500px;
|
|
width: fit-content;
|
|
}
|