mirror of https://github.com/rancher/dashboard.git
Outputs form sticky footer (#9144)
* Fixed footer logging cluster create screen * Clean code
This commit is contained in:
parent
f84c3bd299
commit
62397d1be3
|
|
@ -258,6 +258,13 @@ export default {
|
|||
$logo: 60px;
|
||||
|
||||
.output {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
|
||||
.side-tabs {
|
||||
flex: 1;
|
||||
}
|
||||
.provider {
|
||||
h1 {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Reference in New Issue