Skip to content
Snippets Groups Projects
Commit 6cac6e35 authored by bgm's avatar bgm
Browse files

Merge branch 'viewIndivTabs' into 'main'

View Contact: display tabs at the top

See merge request extensions/theisland!3
parents c3ee37fc d12d985d
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -118,3 +118,23 @@ ...@@ -118,3 +118,23 @@
padding: 15px !important; padding: 15px !important;
} }
} }
// Mobile
@media (max-device-width: $screen-sm-max) {
#mainTabContainer {
flex-direction: column;
.crm-contact-tabs-list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
li {
float: none;
display: block;
width: calc((100% - 60px) / 2);
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment