[design] improve modal header text overflow

This commit is contained in:
Kuldeep M 2019-06-04 19:34:04 +01:00
parent 2e6ca3ee62
commit b6700fd250

View File

@ -41,13 +41,15 @@
border-radius: var(--radius) var(--radius) 0 0;
padding: 2em;
max-height: calc(90vh - 3.6666666667em);
overflow: auto;
overflow-y: auto;
box-sizing: border-box;
z-index: 1;
position: relative;
}
.modal-heading {}
.modal-heading {
overflow-x: hidden;
}
.modal-heading:focus {
outline: none;