1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

fix css lint

This commit is contained in:
Bruno Windels
2019-08-22 15:11:31 +01:00
parent 5cebce9bbf
commit 4a27abb131
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
*/
.mx_BasicMessageComposer {
.mx_BasicMessageComposer_inputEmpty > :first-child:before {
.mx_BasicMessageComposer_inputEmpty > :first-child::before {
content: var(--placeholder);
opacity: 0.333;
width: 0;

View File

@@ -20,7 +20,6 @@ limitations under the License.
flex-direction: column;
font-size: 14px;
justify-content: center;
display: flex;
margin-right: 6px;
// don't grow wider than available space
min-width: 0;