Skip to content

Commit 6df4d4d

Browse files
authored
Update log.blade.php
1 parent 98f6419 commit 6df4d4d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/views/log.blade.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@
5858
padding-top: 15px;
5959
}
6060
61-
.div-scroll{
62-
background-color: #F5F5F5;
63-
border: 1px solid #DDDDDD;
64-
border-radius: 4px 0 4px 0;
65-
color: #3B3C3E;
66-
left: -1px;
67-
padding: 10px 7px 5px;
61+
.div-scroll {
62+
background-color: #f5f5f5;
63+
border: 1px solid #ddd;
64+
border-radius: 4px 0 4px 0;
65+
color: #3B3C3E;
66+
left: -1px;
67+
padding: 10px 7px 5px;
6868
}
6969
70-
.div-with-scroll{
71-
height: 100vh;
72-
overflow:scroll;
73-
overflow-x:hidden;
70+
.div-with-scroll {
71+
height: 100vh;
72+
overflow: scroll;
73+
overflow-x: hidden;
7474
}
7575
7676
</style>

0 commit comments

Comments
 (0)