[NIFI-2833] Increase font size and line height for small dialogs. This closes #1078

This commit is contained in:
Scott Aslan 2016-09-28 14:51:48 -04:00 committed by Matt Gilman
parent 833ec4409c
commit 12e3315ae9
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
max-width: 23%;
min-height: 250px;
min-width: 320px;
font-size: 13px;
line-height: 1.3;
}
.medium-dialog {