remove extra blank lines

pull/21833/head
Bruno Windels 2018-12-19 12:56:08 +01:00
parent b826b0d998
commit b3a12867a6
2 changed files with 0 additions and 2 deletions

View File

@ -129,7 +129,6 @@ limitations under the License.
margin: 17px 0 3px 0;
}
.mx_TagPanel_groupsButton > .mx_GroupsButton:before {
mask: url('../../img/feather-icons/users.svg');
mask-position: center 10px;

View File

@ -19,7 +19,6 @@ import QuestionDialog from './QuestionDialog';
import { _t } from '../../../languageHandler';
export default (props) => {
const existingIssuesUrl = "https://github.com/vector-im/riot-web/issues" +
"?q=is%3Aopen+is%3Aissue+label%3Aredesign+sort%3Areactions-%2B1-desc";
const newIssueUrl = "https://github.com/vector-im/riot-web/issues/new" +