File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1896,8 +1896,8 @@ class SpeechBubble(QWidget):
18961896 background-color: #fff;
18971897 """ ,
18981898 "message" : """
1899- min-width: 500px ;
1900- max-width: 500px ;
1899+ min-width: 508px ;
1900+ max-width: 508px ;
19011901 font-family: 'Source Sans Pro';
19021902 font-weight: 400;
19031903 font-size: 15px;
@@ -1919,8 +1919,8 @@ class SpeechBubble(QWidget):
19191919 background-color: #fff;
19201920 """ ,
19211921 "message" : """
1922- min-width: 500px ;
1923- max-width: 500px ;
1922+ min-width: 508px ;
1923+ max-width: 508px ;
19241924 font-family: 'Source Sans Pro';
19251925 font-weight: 400;
19261926 font-size: 15px;
@@ -2050,8 +2050,8 @@ class ReplyWidget(SpeechBubble):
20502050 border: 0px;
20512051 """ ,
20522052 "message" : """
2053- min-width: 500px ;
2054- max-width: 500px ;
2053+ min-width: 508px ;
2054+ max-width: 508px ;
20552055 font-family: 'Source Sans Pro';
20562056 font-weight: 400;
20572057 font-size: 15px;
@@ -2081,8 +2081,8 @@ class ReplyWidget(SpeechBubble):
20812081 border: 0px;
20822082 """ ,
20832083 "message" : """
2084- min-width: 500px ;
2085- max-width: 500px ;
2084+ min-width: 508px ;
2085+ max-width: 508px ;
20862086 font-family: 'Source Sans Pro';
20872087 font-weight: 400;
20882088 font-size: 15px;
@@ -2105,6 +2105,8 @@ class ReplyWidget(SpeechBubble):
21052105 border: 0px;
21062106 """ ,
21072107 "message" : """
2108+ min-width: 508px;
2109+ max-width: 508px;
21082110 font-family: 'Source Sans Pro';
21092111 font-weight: 400;
21102112 font-size: 15px;
You can’t perform that action at this time.
0 commit comments