Skip to content

Commit

Permalink
fix(style): Fix top padding on firefox for tables headline
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
  • Loading branch information
Florian Steffens committed Jun 20, 2023
1 parent f78fa6d commit b101c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/main/sections/TableDescription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
top: 0;
z-index: 15;
background-color: var(--color-main-background-translucent);
align-items: baseline;
align-items: center;
}
.user-bubble {
Expand Down

0 comments on commit b101c97

Please sign in to comment.