Skip to content

Commit 2fca194

Browse files
hastomhastom
andauthored
Prevent tabs overflow inside dialog content (#2065)
Co-authored-by: hastom <[email protected]>
1 parent 7052610 commit 2fca194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MdDialog/MdDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
.md-dialog-container {
184184
.md-tabs {
185185
flex: 1;
186+
max-width: 100%;
186187
}
187188
188189
.md-tabs-navigation {

0 commit comments

Comments
 (0)