Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Feb 27, 2024
1 parent 0a84a89 commit 0483db2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:emptyText="$tr('emptyCategoriesSearch')"
:confirmationMessage="$tr('editedCategories', { count: nodeIds.length })"
:optionsListStyle="{
height: '350px',
height: '250px',
overflowY: 'auto',
}"
@close="close"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@

<style scoped>
.languages-options {
height: 350px;
height: 250px;
overflow-y: auto;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@submit="handleSave"
@cancel="close"
>
<p data-test="resources-selected-message">
<p data-test="resources-selected-message" style="margin-top: 8px;">
{{ $tr('resourcesSelected', { count: nodeIds.length }) }}
</p>
<div class="form-item">
Expand Down

0 comments on commit 0483db2

Please sign in to comment.