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

Consider padding <td> elements for MOTD #85

Closed
wwarriner opened this issue Nov 30, 2021 · 1 comment
Closed

Consider padding <td> elements for MOTD #85

wwarriner opened this issue Nov 30, 2021 · 1 comment

Comments

@wwarriner
Copy link

From discussion in slack, the OOD MOTD columns have zero padding, and they look like this:

image

We want them to look more like this:

image

We can accomplish padding in CSS by adding some variant of the following block.

td, th {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@wwarriner
Copy link
Author

Issue resolved elsewhere, MOTD partition table looks great now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant