mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Record view padding adjustments
This commit is contained in:
parent
c38bcb2164
commit
863c6a8d16
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
<div class="container-fluid pl-0 pr-0">
|
||||
|
||||
<div class="row no-gutters">
|
||||
<div class="row no-gutters mt-1">
|
||||
<div class="col">
|
||||
<ng-container *ngIf="loading">
|
||||
<scrm-record-content-skeleton></scrm-record-content-skeleton>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
position: sticky;
|
||||
top: 3em;
|
||||
z-index: 500;
|
||||
min-height: 47px
|
||||
min-height: 44px
|
||||
}
|
||||
|
||||
.record-view-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue