Refactor so that chevron and menu can be positioned independantly

This commit is contained in:
wmwragg 2016-07-27 16:09:26 +01:00
parent 074bbc7149
commit 53f4da1d30
3 changed files with 19 additions and 4 deletions

View file

@ -17,6 +17,7 @@ limitations under the License.
.mx_MessageContextMenu_field {
padding: 3px 6px 3px 6px;
cursor: pointer;
white-space: nowrap;
}
.mx_MessageContextMenu_field.mx_MessageContextMenu_fieldSet {

View file

@ -17,6 +17,7 @@ limitations under the License.
.mx_NotificationStateContextMenu_field {
padding: 3px 6px 3px 6px;
cursor: pointer;
width: 174px;
}
.mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldSet {