Domain create dialog do not open and Font size issue in Security label control. Fixes #2616

This commit is contained in:
Murtuza Zabuawala
2017-08-01 16:37:17 +05:30
committed by Akshay Joshi
parent e506fa1dbe
commit 6717aff8f5
3 changed files with 7 additions and 1 deletions

View File

@@ -1335,3 +1335,8 @@ body {
font-size: 14px;
font-weight: normal;
}
/* Security label's label column font size */
.override_label_class_font_size {
font-size: inherit !important;
}