diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-05-11 12:14:14 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2016-05-26 09:15:48 -0400 |
commit | 7d5e6d24969ef84eee51ae5b1557c7ce2e83c9ea (patch) | |
tree | 497c0126545ba1eea94694d12a54ecc696c6060d /tests/unit/controlgroup/controlgroup.html | |
parent | 81a8e30c07a3663728c98b15775b5580fa806cdd (diff) | |
download | jquery-ui-7d5e6d24969ef84eee51ae5b1557c7ce2e83c9ea.tar.gz jquery-ui-7d5e6d24969ef84eee51ae5b1557c7ce2e83c9ea.zip |
Controlgroup: Fix rendering of labels
Fixes #14967
Closes gh-1703
Diffstat (limited to 'tests/unit/controlgroup/controlgroup.html')
-rw-r--r-- | tests/unit/controlgroup/controlgroup.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/controlgroup/controlgroup.html b/tests/unit/controlgroup/controlgroup.html index 9983232ec..170676aa8 100644 --- a/tests/unit/controlgroup/controlgroup.html +++ b/tests/unit/controlgroup/controlgroup.html @@ -55,6 +55,7 @@ <option>Medium</option> <option>Slow</option> </select> + <label class="ui-controlgroup-label">Label</label> <button>Button with icon on the bottom</button> </div> </div> |