.phone__city {
    margin: .675rem 0 0 0;
    float: left;
    text-align: right;
    width: :65%;
}

li {
  list-style-type: none;
}

.editable__container ul > li:before {
  content: "–"; /* en dash */
  position: absolute;
  margin-left: -1.1em; 
}