Skip to content

Commit

Permalink
Ajuste
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulichi committed Oct 15, 2018
1 parent 25f8920 commit 59437f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/softgrid.css
Expand Up @@ -321,7 +321,8 @@
text-align: center;
background-color: white;
overflow-y: auto;
transition: width 0.5s linear;
transition: width 0.5s linear;
z-index: 5;
}

.softgrid-configuration h5{
Expand Down
3 changes: 2 additions & 1 deletion src/softgrid.css
Expand Up @@ -321,7 +321,8 @@
text-align: center;
background-color: white;
overflow-y: auto;
transition: width 0.5s linear;
transition: width 0.5s linear;
z-index: 5;
}

.softgrid-configuration h5{
Expand Down

0 comments on commit 59437f5

Please sign in to comment.