mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-10 07:30:26 +00:00
16 lines
254 B
CSS
16 lines
254 B
CSS
.length-break {
|
|
word-break: break-all !important;
|
|
}
|
|
|
|
table td {
|
|
font-family:'Roboto Mono' !important;
|
|
}
|
|
|
|
/*Fit default macbook screen*/
|
|
.small-box .icon {
|
|
font-size: 70px !important;
|
|
}
|
|
|
|
.btn {
|
|
padding: 5px 4px !important;
|
|
} |