1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00
This commit is contained in:
Otto Winter
2018-06-01 18:06:18 +02:00
parent 2d4b475951
commit 5b995c0692
11 changed files with 41 additions and 21 deletions

View File

@@ -68,7 +68,8 @@
overflow: auto;
line-height: 1.45;
border-radius: 3px;
word-wrap: normal;
white-space: pre-wrap;
overflow-wrap: break-word;
color: #DDD;
}
@@ -125,10 +126,6 @@
height: 80% !important;
}
.log {
}
.page-footer {
padding-top: 0;
}