fix: overflow dialog button
This commit is contained in:
@@ -445,7 +445,7 @@ const component_file = {
|
||||
<td class="clickable" @click="show_folder">{{ file.foldername }}</td>
|
||||
<td>{{ computed_readable_size }}</td>
|
||||
<td>
|
||||
<button @click="dialog">Dialog</button>
|
||||
<button class="dialog" @click="dialog">Dialog</button>
|
||||
<component-file-dialog
|
||||
@close_dialog="close_dialog"
|
||||
@play_audio="$emit('play_audio', $event)"
|
||||
|
||||
@@ -68,3 +68,7 @@ div.feedback {
|
||||
button.refresh {
|
||||
width: 100%;
|
||||
}
|
||||
button.dialog {
|
||||
padding-right: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user