Skip to content
Snippets Groups Projects
Commit 35df2f9f authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: structure list card height

parent c9060868
No related branches found
No related tags found
2 merge requests!85Recette,!84Dev
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.structure { .structure {
padding: 12px 0 12px 0; padding: 12px 0 12px 0;
border-bottom: 1px dashed $grey !important; border-bottom: 1px dashed $grey !important;
height: 110px; min-height: 110px;
cursor: pointer; cursor: pointer;
@media #{$large-phone} { @media #{$large-phone} {
height: unset; height: unset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment