update code style based on reviews

This commit is contained in:
Dieter Stinglhamber 2021-10-07 09:21:03 +02:00
parent 275543a87b
commit 9dfa79de73

View File

@ -304,13 +304,14 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.c4 {