[SSE] Fix formula dialog
This commit is contained in:
parent
1071360588
commit
48e074804d
|
@ -56,7 +56,7 @@ define([
|
||||||
_options = {};
|
_options = {};
|
||||||
|
|
||||||
_.extend(_options, {
|
_.extend(_options, {
|
||||||
width : 310,
|
width : 350,
|
||||||
height : 490,
|
height : 490,
|
||||||
contentWidth : 390,
|
contentWidth : 390,
|
||||||
header : true,
|
header : true,
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue