mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Revert previous styles for global small button
This commit is contained in:
parent
c3d9b29b68
commit
313cf1161e
1 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 10px 20px;
|
||||
gap: 6px;
|
||||
gap: 8px;
|
||||
border-radius: 6px;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
|
|
@ -51,7 +51,8 @@
|
|||
.tj-small-btn {
|
||||
height: 28px;
|
||||
border-radius: 6px;
|
||||
padding: 4px 0px;
|
||||
padding: 4px 16px 4px 16px;
|
||||
// padding: 4px 0px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue