Add list-style to Widget (#1448)

* Add list

* Remove retry
This commit is contained in:
Mac Siri 2019-01-04 17:48:12 -05:00 committed by Ben Halpern
parent de5b889445
commit 8e50e58844
2 changed files with 3 additions and 2 deletions

View file

@ -1209,8 +1209,9 @@
margin:14px 0px 8px;
}
ul{
list-style-type: none;
padding-left:10px;
display: flex;
flex-direction: column;
}
li{
font-size:1em;

View file

@ -12,7 +12,7 @@ RSpec.describe "Deleting Comment", type: :feature, js: true do
sign_in user
end
it "works", retry: 3 do
it "works" do
visit "/"
visit comment.path + "/delete_confirm"
click_link("DELETE")