Fix alignment of show more button

pull/21833/head
Travis Ralston 2020-06-11 14:41:35 -06:00
parent 2c04a56784
commit 484dc36619
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ limitations under the License.
align-items: center;
.mx_RoomSublist2_showMoreButton {
flex-direction: column;
.mx_RoomSublist2_showMoreButtonChevron {
margin-right: 12px; // to center
}