Skip to content

Commit

Permalink
Merge pull request #1249 from BioKIC/change-innertext-width-search-index
Browse files Browse the repository at this point in the history
Change innertext width in collections/search/index.php
  • Loading branch information
NikitaSalikov authored May 15, 2024
2 parents 065ae1e + 90fb6f0 commit 324af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/search/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
include($SERVER_ROOT . '/includes/header.php');
?>
<!-- This is inner text! -->
<div role="main" id="innertext" class="inner-search">
<div role="main" id="innertext" class="inner-search" style="max-width: 1920px">
<h1 class="page-heading"><?php echo $LANG['SAMPLE_SEARCH'] ?></h1>
<div id="error-msgs" class="errors"></div>
<div style="display: grid; grid-template-columns: 3fr 1fr;">
Expand Down

0 comments on commit 324af16

Please sign in to comment.