Skip to content

Commit

Permalink
MDL-54058 tool_lp: Set framework select's width in competency picker
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed May 6, 2016
1 parent fc1ef59 commit 2cf9e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/tool/lp/styles.css
Expand Up @@ -113,7 +113,8 @@
display: table-cell;
}
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-outcome"] select,
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-type"] select {
.path-admin-tool-lp [data-region="competencyruleconfig"] [data-region="rule-type"] select,
.path-admin-tool-lp [data-region="competencylinktree"] select {
width: 100%;
}

Expand Down

0 comments on commit 2cf9e3f

Please sign in to comment.