Merge pull request #205 from papercss/tab-content-alignment-fix

Tabs Content Alignment Bugfix
This commit is contained in:
Rhyne 2020-08-01 15:29:42 -04:00 committed by GitHub
commit 67435c6e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
.content {
display: none;
padding: 0.75rem 0 0;
flex-basis: 100%;
}
input {