/
alt3rmann
/
graphql-engine
Обзор
Документация
Войти
/
alt3rmann
/
graphql-engine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/src/css/tables.scss
55 строк
678 B
Rob Dominguez
docs: fix metadata api table styles
12 июл 2023, 12:40
12 июл 2023, 12:40
f6bff0b
Код
Авторство
О чём код?
.db-tables { table { td:first-child { width: 40%; } } } .server-reference-tables { h3 { margin-top: 4rem; } table { td:nth-child(2) { width: 84%; } } } .pricing-table { td:first-child { width: 20%; } td:last-child { width: 30%; } } .feature-matrix-tables { table { display: table !important; width: 70%; tr:first-child { font-weight: bold; } td:first-child { width: 20%; } td:last-child { width: 30%; } } } .api-metadata-request-type-table { table { td:first-child { max-width: 15em; } td:nth-child(2) { max-width: 10em; } } }