Skip to content

Commit

Permalink
Author's modal style's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Mar 4, 2024
1 parent 172f41a commit be19a6c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ui/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,24 +503,16 @@ div.MathJax_Display {
top: 0;
}

.ant-modal-content {
padding: 0 !important;
}

.ant-modal-header {
border-bottom: 1px solid #e5e5e5;
padding: 15px !important;
padding-bottom: 15px !important;
}

.ant-modal-title {
font-weight: 400 !important;
font-size: 16px;
}

.ant-modal-body {
padding: 15px;
}

.publication-info-search .publication-info-title {
font-weight: bold;
}
Expand Down

0 comments on commit be19a6c

Please sign in to comment.