From 9ee75331bf010d77e813ac6b55903d0c82a31921 Mon Sep 17 00:00:00 2001
From: Oleksandr Zhurbenko <xaerok.od.ua@gmail.com>
Date: Tue, 5 Sep 2017 19:02:23 -0700
Subject: [PATCH] Removed an unnecessary rule

---
 .../ui/components/whiteboard/annotations/text/component.jsx      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/text/component.jsx b/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/text/component.jsx
index a1c162370b..da99ab09d7 100755
--- a/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/text/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/text/component.jsx
@@ -30,7 +30,6 @@ export default class TextDrawComponent extends Component {
   static getPresenterStyles(results) {
     const styles = {
       fontFamily: 'Arial',
-      lineHeight: 'normal',
       border: '1px solid black',
       width: '100%',
       height: '100%',
-- 
GitLab