mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 10:52:45 +08:00
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:
parent
5c80d4bcdd
commit
1a32de722b
|
@ -19,7 +19,15 @@
|
|||
}
|
||||
|
||||
.user-preferences {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
padding-top: 10px;
|
||||
padding-left: 30px;
|
||||
|
||||
h3 {
|
||||
color: $primary;
|
||||
margin: 20px 0 10px 0;
|
||||
}
|
||||
|
||||
input.category-selector, input.user-selector, input.tag-chooser {
|
||||
width: 530px;
|
||||
|
@ -106,7 +114,7 @@
|
|||
// position: static;
|
||||
}
|
||||
|
||||
.user-navigation, .user-preferences {
|
||||
.user-navigation {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
width: 170px;
|
||||
|
@ -143,7 +151,6 @@
|
|||
}
|
||||
|
||||
.user-right {
|
||||
width: 900px;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user