mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-24 00:22:34 +02:00
Update Placeholder.js
This commit is contained in:
@@ -661,7 +661,7 @@ function Placeholder(props) {
|
||||
const fontSize = (size || 12) * containerScale * props.scale;
|
||||
//isMinHeight to set text box minimum height
|
||||
if (isMinHeight) {
|
||||
return fontSize * 1.5;
|
||||
return fontSize * 1.5 + "px";
|
||||
} else {
|
||||
return fontSize + "px";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user