dont use more padding than needed so no shrinking happens (my guess)
This commit is contained in:
parent
e0e87d1e8b
commit
678a982bbb
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomSubList_addRoom {
|
.mx_RoomSubList_addRoom {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-right: 28px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSubList_label > span {
|
.mx_RoomSubList_label > span {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue