👌 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

3
.github/backup.sql vendored

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,6 @@ const Chronometer = () => {
<div className="Chronometer__item"> <div className="Chronometer__item">
<div className="Chronomter__row"> <div className="Chronomter__row">
<div className="Chronometer__time-left"> <div className="Chronometer__time-left">
{/* 25:00 */}
{getFormattedValue()} {getFormattedValue()}
</div> </div>
</div> </div>

View File

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

View File

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