Skip to content
Snippets Groups Projects
Commit 5fd03b21 authored by juanf's avatar juanf
Browse files

SSDM-3501 : Improving margins

SVN: 37947
parent 7326c7ad
No related branches found
No related tags found
No related merge requests found
...@@ -603,7 +603,6 @@ function MainController(profile) { ...@@ -603,7 +603,6 @@ function MainController(profile) {
if(withAuxContentOrAuxContentId) { if(withAuxContentOrAuxContentId) {
auxContent = $("<div>"); auxContent = $("<div>");
auxContent.css("padding", "10px");
if((typeof withContentAuxOrContentAuxId === 'string' || withAuxContentOrAuxContentId instanceof String)) { if((typeof withContentAuxOrContentAuxId === 'string' || withAuxContentOrAuxContentId instanceof String)) {
auxContent.attr("id", withAuxContentOrAuxContentId); auxContent.attr("id", withAuxContentOrAuxContentId);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment