Issue #5251: fix hidden overflow
modified: app/assets/stylesheets/getting-started.css.scss modified: app/assets/stylesheets/getting-started.css.scss
This commit is contained in:
parent
827b68fe63
commit
66b76024ed
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
.well .media{
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.awesome {
|
||||
text-align: center;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue