replace display info with new table
This commit is contained in:
parent
17bad25c00
commit
dff66191c0
|
@ -141,6 +141,10 @@ body {
|
|||
font-size: small;
|
||||
|
||||
}
|
||||
|
||||
.display-info {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.btn-remove {
|
||||
cursor: pointer;
|
||||
|
@ -148,7 +152,7 @@ body {
|
|||
color: red;
|
||||
/* border-color: red; */
|
||||
/* border-width: 2px; */
|
||||
position: absolute;
|
||||
/* position: absolute; */
|
||||
margin-top: 5px !important;
|
||||
z-index: 5;
|
||||
padding: 5px;
|
||||
|
|
Loading…
Reference in New Issue