1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

chore(app): use base font-size of 16px [EE-3186] (#6938)

This commit is contained in:
Chaim Lev-Ari 2022-05-16 10:24:13 +03:00 committed by GitHub
parent df05914fac
commit 0e257c200f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 27 additions and 56 deletions

View file

@ -1,8 +1,8 @@
.published-url-container {
display: grid;
grid-template-columns: 1fr 1fr 3fr;
padding-top: 1rem;
padding-bottom: 0.5rem;
padding-top: 10px;
padding-bottom: 5px;
}
.publish-url-link {

View file

@ -9,8 +9,3 @@
.datatable-wide {
width: 55px;
}
.datatable-padding-vertical {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}