Skip to content

Commit

Permalink
#2012 Add min-height in markdown editable
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jun 3, 2021
1 parent b6ae10a commit 86751aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/styles/updatable.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
padding-right: 20px;
}

.updatable-input .updatable-input-value-wrapper:hover{
.updatable-input .updatable-input-value-wrapper:hover {
border-bottom: 1px solid #337ab7;
cursor: pointer;
}
Expand All @@ -35,7 +35,9 @@

.updatable-input.updatable-input-text .updatable-input-markdown {
cursor: auto;
min-height: 21px;
}

.updatable-input.updatable-input-text .updatable-input-markdown .updatable-input-icon {
/* float:left;
margin-left: 0; */
Expand Down

0 comments on commit 86751aa

Please sign in to comment.