css: tweak dialog box margins.
Tweak margins around dialog boxes to fix some poorly spaced elements, especially around buttons and forms controls.
This commit is contained in:
@@ -557,7 +557,6 @@ class Note {
|
||||
let $textarea = $('<textarea></textarea>');
|
||||
$textarea.val(note.original_body);
|
||||
$textarea.css({
|
||||
width: "97%",
|
||||
height: "85%",
|
||||
resize: "none",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user