mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix bug tabs bigger, merge gdd-transactionlist to row and col
This commit is contained in:
parent
ca70f20b87
commit
6b4f709326
@ -51,4 +51,15 @@ export default {
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style></style>
|
||||
<style>
|
||||
.nav-tabs > li > a {
|
||||
/* adjust padding for height*/
|
||||
padding-top: 14px;
|
||||
padding-bottom: 14px;
|
||||
}
|
||||
|
||||
.nav-tabs > li.active {
|
||||
background-color: aquamarine;
|
||||
font-size: larger;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user