mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 15:29:27 +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: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-direction: row;
|
-webkit-flex-direction: column;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: column;
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c4 {
|
.c4 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user