No padding needed for save count if it is being wrapped or narrow

This commit is contained in:
Bryan Housel
2018-12-09 23:41:57 -05:00
parent 5c9f9ac012
commit de59dd5d86

View File

@@ -483,6 +483,9 @@ button.save.disabled .count {
border-right-width: 1px;
padding: 0px 8px 0px 0px;
}
#bar.narrow button.save .count {
padding: 0px;
}
button.save .label {
margin-right: 3px;