use b-btn-close in TextCard & fix base height
This commit is contained in:
@@ -7,8 +7,13 @@ html, body, #app {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main {
|
||||
height: calc(100vh - 56px);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
// Layouts
|
||||
|
||||
Reference in New Issue
Block a user