Skip to content

Commit

Permalink
TileView/Directions: Apply standardized width and added space between…
Browse files Browse the repository at this point in the history
… span and input in Vue template (DevExpress#27554)

Signed-off-by: Nikki Gonzales <[email protected]>
  • Loading branch information
nikkithelegendarypokemonster committed Jun 19, 2024
1 parent 8c3cc2c commit c2a2270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/demos/Demos/TileView/Directions/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<div class="caption">Options</div>
<div class="option">
<span>Direction </span>
{{ " " }}
<DxSelectBox
v-model:value="direction"
:input-attr="{ 'aria-label': 'Direction' }"
Expand Down Expand Up @@ -66,7 +67,7 @@ const itemMargin = 10;
}
.option > span {
width: 74px;
width: 70px;
display: inline-block;
}
Expand Down
3 changes: 0 additions & 3 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ const SKIPPED_TESTS = {
{ demo: 'DeferredSelection', themes: [THEME.material] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
],
TileView: [
{ demo: 'Directions', themes: [THEME.material] },
],
TreeList: [
{ demo: 'Overview', themes: [THEME.material] },
],
Expand Down

0 comments on commit c2a2270

Please sign in to comment.