Revert "Fix ease button alignment (#3474)" (#3522)

This reverts commit 569a4705e7.
This commit is contained in:
Damien Elmes 2024-10-26 18:50:02 +10:00 committed by GitHub
parent 7e9da83d2c
commit fe0f5370b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,16 +23,6 @@ body {
position: relative;
}
#innertable > tbody > tr {
display: flex;
align-items: stretch;
justify-content: center;
}
#innertable > tbody > tr > td {
flex: 1;
}
button {
min-width: 60px;
white-space: nowrap;