👌 IMPROVE: Petits changements

This commit is contained in:
Divlo
2020-04-29 23:29:42 +02:00
parent 075d455fbd
commit 0e591ae62f
4 changed files with 8 additions and 8 deletions

View File

@ -227,4 +227,10 @@ a, .important {
}
.table-row {
padding: 15px;
}
.vscode-editor {
padding: 15px;
border-radius: 10px;
overflow: auto;
white-space: normal !important;
}

View File

@ -31,10 +31,4 @@
top: 15px;
margin-right: 15px;
cursor: pointer;
}
.vscode-editor {
padding: 15px;
border-radius: 10px;
overflow: auto;
white-space: normal !important;
}