mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure text editors render in an appropriate place on the results grid. Fixes #2477
This commit is contained in:
committed by
Dave Page
parent
2b4a8ed89c
commit
fdc9eed514
@@ -57,19 +57,19 @@
|
||||
font-weight: bold; }
|
||||
|
||||
.text-14 {
|
||||
font-family: "Helvetica Neue";
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px; }
|
||||
|
||||
.text-13 {
|
||||
font-family: "Helvetica Neue";
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 13px; }
|
||||
|
||||
.text-12 {
|
||||
font-family: "Helvetica Neue";
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 12px; }
|
||||
|
||||
.text-11 {
|
||||
font-family: "Helvetica Neue";
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 11px; }
|
||||
|
||||
.bg-primary-blue {
|
||||
|
||||
Reference in New Issue
Block a user