Skip to content

Commit

Permalink
fix css style for prism value input field (MID-5868)
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Feb 21, 2020
1 parent 12234a1 commit 78fe0ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -195,7 +195,7 @@ private int getIndexOfValue(VW value) {
}

protected String getItemCssClass() {
return " col-md-offset-2 prism-value ";
return " col-sm-offset-0 col-md-offset-4 col-lg-offset-2 prism-value ";
}

protected void addValue(AjaxRequestTarget target) {
Expand Down

0 comments on commit 78fe0ee

Please sign in to comment.