File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/unit/widgets/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33exports [` errorMessageBlock creates an error message div 1` ] = `
44<div
5- style = " margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; color: black ; background-color: rgb(255, 238, 238);"
5+ style = " margin: 0.1em; padding: 0.5em; color: black; border: 0.05em solid gray; background-color: rgb(255, 238, 238);"
66>
77 my error message
88 <button
@@ -20,7 +20,7 @@ exports[`errorMessageBlock creates an error message div 1`] = `
2020
2121exports [` errorMessageBlock escapes the HTML 1` ] = `
2222<div
23- style = " margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; color: black ; background-color: rgb(255, 238, 238);"
23+ style = " margin: 0.1em; padding: 0.5em; color: black; border: 0.05em solid gray; background-color: rgb(255, 238, 238);"
2424>
2525 my < script> kiddie < /script> message
2626 <button
@@ -38,7 +38,7 @@ exports[`errorMessageBlock escapes the HTML 1`] = `
3838
3939exports [` errorMessageBlock sets the background color 1` ] = `
4040<div
41- style = " margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; color: black ; background-color: rgb(0, 255, 255);"
41+ style = " margin: 0.1em; padding: 0.5em; color: black; border: 0.05em solid gray; background-color: rgb(0, 255, 255);"
4242>
4343 my colored message
4444 <button
You can’t perform that action at this time.
0 commit comments