parent
9240605ad5
commit
e547a89246
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
* Remove Internet Explorer workarounds [#7557](https://github.com/diaspora/diaspora/pull/7557)
|
||||
|
||||
## Bug fixes
|
||||
* Fix displaying posts with long labels [#7579](https://github.com/diaspora/diaspora/pull/7579)
|
||||
|
||||
## Features
|
||||
* Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530)
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
box-shadow: 0 0 0;
|
||||
height: 10px;
|
||||
margin-bottom: 5px;
|
||||
clear: both;
|
||||
|
||||
.bar {
|
||||
background: $border-dark-grey none;
|
||||
|
|
@ -46,6 +47,7 @@
|
|||
font-weight: normal;
|
||||
margin-bottom: 5px;
|
||||
vertical-align: middle;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
[type=radio],
|
||||
|
|
|
|||
Loading…
Reference in a new issue