Skip to content

Commit

Permalink
removing mobile styling for keywords.vue to pass test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhyatox committed Aug 2, 2024
1 parent 61b33a0 commit be19f4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Records/Record/GeneralInfo/Keywords.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</span>
<div
class="d-flex full-width flex-wrap ml-md-12 ml-13"
:class="{'justify-end' : $vuetify.breakpoint.smAndDown}"
>
<span v-if="!getField('subjects').length">
N/A
Expand Down Expand Up @@ -62,7 +61,6 @@
</span>
<div
class="d-flex full-width flex-wrap ml-md-12 ml-13"
:class="{'justify-end' : $vuetify.breakpoint.smAndDown}"
>
<span v-if="!getField('domains').length">
N/A
Expand Down Expand Up @@ -103,7 +101,6 @@
</span>
<div
class="d-flex full-width flex-wrap ml-md-12 ml-13"
:class="{'justify-end' : $vuetify.breakpoint.smAndDown}"
>
<span v-if="!getField('taxonomies').length">
N/A
Expand Down Expand Up @@ -144,7 +141,6 @@
</span>
<div
class="d-flex full-width flex-wrap ml-md-12 ml-13"
:class="{'justify-end' : $vuetify.breakpoint.smAndDown}"
>
<span v-if="!getField('userDefinedTags').length">
N/A
Expand Down

0 comments on commit be19f4d

Please sign in to comment.