Skip to content

Commit

Permalink
fix resultSummary div in Clustering dialog has unnecessary squishyness (
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshubhatt0512 authored Nov 23, 2024
1 parent 1464fd6 commit 557839b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main/webapp/modules/core/styles/dialogs/clustering-dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
margin: 1em 0;
display: grid;
grid-template-columns: repeat(4, auto);
justify-content: space-between;
align-items: baseline;
background: #eee;
border: 1px #ccc solid;
padding: 0.5em;
gap: 0.5em;
padding: 0.25em;
gap: 0.25em;
}

.control-group {
Expand Down

0 comments on commit 557839b

Please sign in to comment.