Browse Source

set border-right and left in grid-bg-col class

kaoritokashiki 5 years ago
parent
commit
5efc660664
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/client/styles/scss/_on-edit.scss

+ 2 - 0
src/client/styles/scss/_on-edit.scss

@@ -317,4 +317,6 @@ body.on-edit {
 }
 }
 
 
 .grid-bg-col {
 .grid-bg-col {
+  border-right: 5px solid white;
+  border-left: 5px solid white;
 }
 }