mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
fix(ui): consistent widget padding [r8s-136] (#82)
This commit is contained in:
parent
3c0d25f3bd
commit
458d722d47
16 changed files with 72 additions and 54 deletions
|
@ -80,9 +80,9 @@ export function AccessDatatable({
|
|||
</>
|
||||
)}
|
||||
description={
|
||||
<div className="small text-muted mx-4 mb-4">
|
||||
<>
|
||||
{inheritFrom && (
|
||||
<>
|
||||
<div className="small text-muted">
|
||||
<div>
|
||||
Access tagged as <code>inherited</code> are inherited from the
|
||||
group access. They cannot be removed or modified at the
|
||||
|
@ -91,7 +91,7 @@ export function AccessDatatable({
|
|||
<div>
|
||||
Access tagged as <code>override</code> are overriding the group
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
)}
|
||||
{isBE && showWarning && isUpdateEnabled && (
|
||||
<TextTip>
|
||||
|
@ -101,7 +101,7 @@ export function AccessDatatable({
|
|||
</div>
|
||||
</TextTip>
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue