mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 19:13:46 +00:00
Reduced and standardized overall vertical spacing
This commit is contained in:
@@ -7,7 +7,7 @@ const SettingsSections: FC<{ items: ReactNode[][] }> = ({ items }) => (
|
||||
{items.map((child, index) => (
|
||||
<Row key={index}>
|
||||
{child.map((subChild, subIndex) => (
|
||||
<div key={subIndex} className="col-lg-6 mb-3 mb-md-4">
|
||||
<div key={subIndex} className="col-lg-6 mb-3">
|
||||
{subChild}
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user