mirror of
https://github.com/jakobkordez/call-tester.git
synced 2025-05-31 08:49:05 +00:00
Fix styling
This commit is contained in:
parent
fcc1341598
commit
e43aac8fd0
@ -52,10 +52,13 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
|
td {
|
||||||
|
@apply text-left;
|
||||||
|
}
|
||||||
td:first-of-type {
|
td:first-of-type {
|
||||||
@apply pr-2 text-right text-xs;
|
@apply pr-2 text-xs;
|
||||||
}
|
}
|
||||||
td:last-of-type {
|
td:last-of-type {
|
||||||
@apply text-left font-medium;
|
@apply font-medium;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user