Set a fixed width for the negotiation sidebar
It's really frustrating that is widens and narrows depending on the content.
This commit is contained in:
parent
7078179eac
commit
f45c6eff29
|
@ -970,7 +970,8 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.negotiation-sidebar {
|
.negotiation-sidebar {
|
||||||
max-width: 30%;
|
min-width: 400px;
|
||||||
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.negotiation-sidebar p {
|
.negotiation-sidebar p {
|
||||||
|
|
Loading…
Reference in New Issue