Merge pull request #6138 from vector-im/rxl881/llpFix
Temporary hack to constrain LLP container size.pull/6139/head
commit
a966cc7dec
|
@ -23,6 +23,7 @@ limitations under the License.
|
|||
|
||||
.mx_LeftPanel_container {
|
||||
display: flex;
|
||||
flex: 0 0 235px;
|
||||
}
|
||||
|
||||
.mx_LeftPanel_hideButton {
|
||||
|
|
Loading…
Reference in New Issue