mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 06:50:51 +00:00
update code style based on reviews
This commit is contained in:
parent
275543a87b
commit
9dfa79de73
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user