diff --git a/platform/features/timeline/bundle.js b/platform/features/timeline/bundle.js index f298cb887e..5ccb7bc0e4 100644 --- a/platform/features/timeline/bundle.js +++ b/platform/features/timeline/bundle.js @@ -324,7 +324,8 @@ define([ "dialog": { "control": "textfield", "name": "Link", - "pattern": "^(ftp|https?)\\:\\/\\/\\w+(\\.\\w+)*(\\:\\d+)?(\\/\\S*)*$" + "pattern": "^(ftp|https?)\\:\\/\\/\\w+(\\.\\w+)*(\\:\\d+)?(\\/\\S*)*$", + "cssclass": "l-input-lg" }, "property": "link" }, diff --git a/platform/features/timeline/res/templates/timeline.html b/platform/features/timeline/res/templates/timeline.html index 4c1eb91868..88903a7011 100644 --- a/platform/features/timeline/res/templates/timeline.html +++ b/platform/features/timeline/res/templates/timeline.html @@ -35,7 +35,7 @@