Ensure button text is centred
This commit is contained in:
parent
74c45f93ad
commit
7c7d0250b4
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue