Skip to content

Commit

Permalink
Update log.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre authored Aug 20, 2018
1 parent 98f6419 commit 6df4d4d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@
padding-top: 15px;
}
.div-scroll{
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 4px 0 4px 0;
color: #3B3C3E;
left: -1px;
padding: 10px 7px 5px;
.div-scroll {
background-color: #f5f5f5;
border: 1px solid #ddd;
border-radius: 4px 0 4px 0;
color: #3B3C3E;
left: -1px;
padding: 10px 7px 5px;
}
.div-with-scroll{
height: 100vh;
overflow:scroll;
overflow-x:hidden;
.div-with-scroll {
height: 100vh;
overflow: scroll;
overflow-x: hidden;
}
</style>
Expand Down

0 comments on commit 6df4d4d

Please sign in to comment.