Minor CSS tweaks

pull/21833/head
Travis Ralston 2019-01-31 21:20:30 -07:00
parent 4036e52c24
commit b12b731781
2 changed files with 2 additions and 2 deletions

View File

@ -96,5 +96,4 @@ limitations under the License.
flex-grow: 1;
overflow: auto;
min-height: 0; // firefox
}

View File

@ -29,7 +29,8 @@ limitations under the License.
}
.mx_TabbedView .mx_SettingsTab {
max-width: calc(100% - 130px); // 130px right hand padding
box-sizing: border-box;
padding-right: 130px;
// Put some padding on the bottom to avoid the settings tab from
// colliding harshly with the dialog when scrolled down.