mm-1874 - Improving team url screen and fixing file attachments in IE 10
Этот коммит содержится в:
@@ -137,6 +137,7 @@
|
||||
}
|
||||
}
|
||||
.post-image__thumbnail {
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -54,6 +54,24 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
&.input-group--limit {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
.form-control {
|
||||
text-align: left;
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
}
|
||||
.input-group-addon {
|
||||
width: 50%;
|
||||
display: table-cell;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.inner__content {
|
||||
padding: 0 15px;
|
||||
margin: 30px 0 20px;
|
||||
|
||||
Ссылка в новой задаче
Block a user