Skip to content

Commit

Permalink
Fixes show selection dropdown line height.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaprajescu committed Nov 27, 2016
1 parent 514b9ea commit 8777ba1
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions css/froala_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ iframe.fr-iframe {
.fr-popup .fr-command.fr-btn span {
font-size: 14px;
display: block;
line-height: 14px;
line-height: 17px;
min-width: 38px;
float: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
height: 14px;
height: 17px;
font-weight: bold;
padding: 0 2px;
}
Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ iframe.fr-iframe {
.fr-popup .fr-command.fr-btn span {
font-size: 14px;
display: block;
line-height: 14px;
line-height: 17px;
min-width: 38px;
float: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
height: 14px;
height: 17px;
font-weight: bold;
padding: 0 2px;
}
Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.pkgd.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@
.dark-theme.fr-toolbar .fr-command.fr-btn span,
.dark-theme.fr-popup .fr-command.fr-btn span {
font-size: 14px;
line-height: 14px;
line-height: 17px;
min-width: 38px;
height: 14px;
height: 17px;
padding: 0 2px;
}
.dark-theme.fr-toolbar .fr-command.fr-btn img,
Expand Down
2 changes: 1 addition & 1 deletion css/themes/dark.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/themes/gray.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@
.gray-theme.fr-toolbar .fr-command.fr-btn span,
.gray-theme.fr-popup .fr-command.fr-btn span {
font-size: 14px;
line-height: 14px;
line-height: 17px;
min-width: 38px;
height: 14px;
height: 17px;
padding: 0 2px;
}
.gray-theme.fr-toolbar .fr-command.fr-btn img,
Expand Down
2 changes: 1 addition & 1 deletion css/themes/gray.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/themes/red.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@
.red-theme.fr-toolbar .fr-command.fr-btn span,
.red-theme.fr-popup .fr-command.fr-btn span {
font-size: 14px;
line-height: 14px;
line-height: 17px;
min-width: 38px;
height: 14px;
height: 17px;
padding: 0 2px;
}
.red-theme.fr-toolbar .fr-command.fr-btn img,
Expand Down
2 changes: 1 addition & 1 deletion css/themes/red.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/themes/royal.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@
.royal-theme.fr-toolbar .fr-command.fr-btn span,
.royal-theme.fr-popup .fr-command.fr-btn span {
font-size: 14px;
line-height: 14px;
line-height: 17px;
min-width: 38px;
height: 14px;
height: 17px;
padding: 0 2px;
}
.royal-theme.fr-toolbar .fr-command.fr-btn img,
Expand Down
2 changes: 1 addition & 1 deletion css/themes/royal.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/froala_editor.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/froala_editor.pkgd.min.js

Large diffs are not rendered by default.

0 comments on commit 8777ba1

Please sign in to comment.