mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 10:03:51 +00:00
Improved visits section so that charts are grouped in sub tabs
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
@import '../utils/base';
|
||||
|
||||
.create-short-url__save-btn {
|
||||
@media (max-width: $xsMax) {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.create-short-url .form-group:last-child,
|
||||
.create-short-url p:last-child {
|
||||
margin-bottom: 0;
|
||||
|
||||
@@ -197,7 +197,7 @@ const CreateShortUrl = (
|
||||
outline
|
||||
color="primary"
|
||||
disabled={shortUrlCreationResult.saving || isEmpty(shortUrlCreation.longUrl)}
|
||||
className="create-short-url__save-btn"
|
||||
className="btn-xs-block"
|
||||
>
|
||||
{shortUrlCreationResult.saving ? 'Creating...' : 'Create'}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user