mirror of https://github.com/vector-im/riot-web
iterate alignment
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
6a0ffe905f
commit
1dfd62c142
|
@ -42,8 +42,8 @@ limitations under the License.
|
|||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-columns: 20px 1fr;
|
||||
column-gap: 10px;
|
||||
grid-template-columns: 22px 1fr;
|
||||
column-gap: 8px;
|
||||
row-gap: 4px;
|
||||
padding: 8px;
|
||||
|
||||
|
@ -96,6 +96,7 @@ limitations under the License.
|
|||
font-weight: 600;
|
||||
display: inline;
|
||||
width: auto;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
@ -15,7 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import * as React from "react";
|
||||
import { _t } from '../../languageHandler';
|
||||
import ToastStore from "../../stores/ToastStore";
|
||||
import classNames from "classnames";
|
||||
|
||||
|
|
Loading…
Reference in New Issue