Remove display: flex on tool button causing issue on Windows Firefox

This commit is contained in:
Bryan Housel
2018-11-30 23:14:37 -05:00
parent 4f8f45ec52
commit a137c28fb3
-1
View File
@@ -447,7 +447,6 @@ button[disabled].action:hover {
margin: 0 5px;
}
.tool-group button {
display: flex;
flex: 1 1 auto;
flex-flow: row nowrap;
align-items: center;