mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
@ -29,6 +29,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.input-fill-width {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.fake-input {
|
||||
@extend .input-base;
|
||||
overflow: auto;
|
||||
|
@ -181,6 +181,10 @@ body.flexbox {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user