last attempt at fixing user page layout

drop the width setting on the right column *completely* so it can
 adjust on it own

https://meta.discourse.org/t/long-words-not-wrapping-in-user-activity-page/68181
This commit is contained in:
Kyle Zhao 2017-08-18 17:06:27 -04:00
parent 5c80d4bcdd
commit 1a32de722b
1 changed files with 9 additions and 2 deletions

View File

@ -19,7 +19,15 @@
} }
.user-preferences { .user-preferences {
display: table-cell;
vertical-align: top;
padding-top: 10px; padding-top: 10px;
padding-left: 30px;
h3 {
color: $primary;
margin: 20px 0 10px 0;
}
input.category-selector, input.user-selector, input.tag-chooser { input.category-selector, input.user-selector, input.tag-chooser {
width: 530px; width: 530px;
@ -106,7 +114,7 @@
// position: static; // position: static;
} }
.user-navigation, .user-preferences { .user-navigation {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
width: 170px; width: 170px;
@ -143,7 +151,6 @@
} }
.user-right { .user-right {
width: 900px;
display: table-cell; display: table-cell;
} }