mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-12 03:20:12 -06:00
gfse: layout fix
Style options inteded for some buttons used in example-based editing was unintensionally applied to some other OK/Cancel buttons as well.
This commit is contained in:
@@ -186,5 +186,5 @@ function exb_linbuttons(g,ci,f) {
|
||||
var exb_output=node("span",{"class":"exb_output"},[]);
|
||||
buttons.push(exb_output)
|
||||
}
|
||||
return buttons
|
||||
return node("span",{"class":"exb_linbuttons"},buttons)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user