Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: FahrJo <johannes.fahr@posteo.de>
  • Loading branch information
FahrJo committed Mar 14, 2024
1 parent 6a2ff51 commit bfaf452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ export default {
white-space: normal !important;
word-break: normal !important;
word-wrap: break-word !important;
width: auto !important;
width: auto !important;
}
#app-content-vue table th .clickable {
overflow-wrap: anywhere;
}
#app-content-vue table th .menu {
display: none !important;
}
Expand Down

0 comments on commit bfaf452

Please sign in to comment.