♻️ Review inspect tab spacing

This commit is contained in:
Eva 2024-02-07 19:43:52 +01:00
parent 6fd30d50f4
commit 8ead63cad0
36 changed files with 403 additions and 251 deletions

View file

@ -115,8 +115,8 @@
@mixin copyWrapperBase {
position: relative;
min-height: $s-32;
width: $s-156;
max-width: $s-156;
width: $s-144;
max-width: $s-144;
padding: calc($s-8 - $s-1) 0 calc($s-8 - $s-1) calc($s-8 - $s-1);
border-radius: $s-8;
box-sizing: border-box;