Minor CSS tweaks
This commit is contained in:
parent
4036e52c24
commit
b12b731781
2 changed files with 2 additions and 2 deletions
|
@ -96,5 +96,4 @@ limitations under the License.
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
min-height: 0; // firefox
|
min-height: 0; // firefox
|
||||||
|
|
||||||
}
|
}
|
|
@ -29,7 +29,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TabbedView .mx_SettingsTab {
|
.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
|
// Put some padding on the bottom to avoid the settings tab from
|
||||||
// colliding harshly with the dialog when scrolled down.
|
// colliding harshly with the dialog when scrolled down.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue