Skip to content

Commit 9275e75

Browse files
A little margin for our pretty little button
1 parent 41f7f59 commit 9275e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ng-appserver/src/main/java/x/junk/NGElementNotFoundElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public NGElementNotFoundElement( final String type ) {
2929
@Override
3030
public void appendToResponse( NGResponse response, NGContext context ) {
3131
String s = """
32-
<a href="%s" style="padding: 10px; border: 2px solid rgba(50,50,200,0.6); box-shadow: 4px 4px 1px red; background-color: rgba(0,0,200,0.5); border-radius: 4px; text-decoration: none; color: white">
32+
<a href="%s" style="padding: 10px; margin: 10px; border: 2px solid rgba(50,50,200,0.6); box-shadow: 4px 4px 1px red; background-color: rgba(0,0,200,0.5); border-radius: 4px; text-decoration: none; color: white">
3333
Can't find an element/component '<strong>%s</strong>'. Would you like to create it?
3434
</a>
3535
""".formatted( context.componentActionURL() + "?elementName=" + _type, _type );

0 commit comments

Comments
 (0)