Fix button size

This commit is contained in:
Robert Long 2021-12-14 18:24:15 -08:00
commit 38eb5e7c2e

View file

@ -29,6 +29,7 @@ limitations under the License.
border: none; border: none;
cursor: pointer; cursor: pointer;
text-decoration: none; text-decoration: none;
box-sizing: border-box;
} }
.secondary, .secondary,