Skip to content

Commit

Permalink
MM-13328 - Updating more modal on mobile (mattermost#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood authored and sudheerDev committed Dec 6, 2018
1 parent 5253dc5 commit b1d2f1d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sass/components/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,27 @@
}

.modal-tabs {
width: 100%;
display: flex;
flex-direction: column;

.tab-content {
flex: 1 1 auto;
height: auto;
flex-direction: column;
display: flex;
}

.tab-pane {
flex: 1 1 auto;
height: auto;
display: none;

&.active {
display: flex;
}
}

.nav-tabs {
margin: 0 0 16px;

Expand Down

0 comments on commit b1d2f1d

Please sign in to comment.