Skip to content
Snippets Groups Projects
Commit 7c7d0250 authored by J. Ryan Stinnett's avatar J. Ryan Stinnett
Browse files

Ensure button text is centred

parent 74c45f93
Branches
Tags
No related merge requests found
......@@ -30,6 +30,10 @@ limitations under the License.
font-size: 15px;
font-weight: 500;
display: inline-flex;
justify-content: center;
align-items: center;
&:hover {
cursor: pointer;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment