Aignment tweak for the room tag menu so the icons better align

pull/1941/head
wmwragg 2016-08-10 17:44:49 +01:00
parent 804b17fbf1
commit 28343aaa33
1 changed files with 3 additions and 3 deletions

View File

@ -15,14 +15,14 @@ limitations under the License.
*/ */
.mx_RoomTagContextMenu_field { .mx_RoomTagContextMenu_field {
padding-top: 10px; padding-top: 8px;
padding-right: 20px; padding-right: 20px;
padding-bottom: 10px; padding-bottom: 8px;
cursor: pointer; cursor: pointer;
white-space: nowrap; white-space: nowrap;
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 10px; line-height: 16px;
} }
.mx_RoomTagContextMenu_field:first-child { .mx_RoomTagContextMenu_field:first-child {