generated from Seekra/repository-template
fix(search-results-error-message): fix width
This commit is contained in:
@@ -53,7 +53,7 @@ const { t } = useI18n();
|
||||
--error-message-padding: 2em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: calc(100% - 2 * var(--main-content-padding-x));
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.search-results-error-message {
|
||||
|
||||
Reference in New Issue
Block a user