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

[button module] add an option to prevent word break #852

Open
ghost opened this issue May 27, 2021 · 0 comments
Open

[button module] add an option to prevent word break #852

ghost opened this issue May 27, 2021 · 0 comments
Labels
enhancement New feature or request [Priority : high]

Comments

@ghost
Copy link

ghost commented May 27, 2021

For the moment here's the default btn style

.sek-module .sek-module-inner .sek-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25em;
    text-align: center;
    white-space: normal;
    word-break: break-all;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .5em 1em;
    border-radius: 2px;
    border-width: 2px;
    border-style: solid;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
@ghost ghost added enhancement New feature or request [Priority : high] labels May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request [Priority : high]
Projects
None yet
Development

No branches or pull requests

0 participants