Skip to content

Commit

Permalink
core: frontend: Don't let SDP download/copy icons split into differen…
Browse files Browse the repository at this point in the history
…t lines
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Jul 28, 2023
1 parent 57f5d2c commit d5e9811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/video-manager/VideoStream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</tbody>
</template>
</v-simple-table>
<div v-if="isSDPFileAvailable" class="ma-2 justify-space-between">
<div v-if="isSDPFileAvailable" style="min-width: 180px;" class="ma-2 justify-space-between">
SDP file:
<v-btn v-tooltip="'Download to file'" class="ma-1 elevation-1" small @click="downloadSDPFile">
<v-icon>mdi-download</v-icon>
Expand Down

0 comments on commit d5e9811

Please sign in to comment.