Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/WP-50: Fix sizing of buttons "as-link" #986

Merged
merged 11 commits into from
Nov 5, 2024
Prev Previous commit
Next Next commit
Update client/src/components/History/History.module.scss
Removed commented-out code per Frank's recommendation

Co-authored-by: fnets <fnetscher@tacc.utexas.edu>
  • Loading branch information
jmcmillenmusic and fnets authored Oct 28, 2024
commit 78ba3689ae0f0911ac630befb7fa6d47a50098cd
1 change: 0 additions & 1 deletion client/src/components/History/History.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
flex-grow: 1;
}

/* WP-50: Font-size below was overwriting previous font-size establishments. This should now be rectified. */
.header {
button {
padding: 0;
Expand Down
Loading