Skip to content

Commit

Permalink
CSS types
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Sep 22, 2024
1 parent 634715d commit de82619
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/renderer/assets/styles/components/allPublicationsPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@
*/

.allBook_table {
border-radius: 8px;
padding: 4px;
margin: 0;
border-spacing: 0;
width: 100%;
position: relative;

&_wrapper {
overflow: auto;
inset: 280px 20px 75px 26px;
Expand Down Expand Up @@ -357,13 +364,6 @@
padding: 0;
}
}

border-radius: 8px;
padding: 4px;
margin: 0;
border-spacing: 0;
width: 100%;
position: relative;
}

.filter_container {
Expand Down

0 comments on commit de82619

Please sign in to comment.